Add Restic, swiss-army-knife of backup tools! (#121)

This commit is contained in:
David Young
2020-06-25 12:18:49 +12:00
committed by GitHub
parent d599588fdc
commit 03f7d6329b
6 changed files with 225 additions and 11 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ Configuration data goes into `/var/data/config/[recipe name]`, and is typically
## Runtime data
Realtime data (*typically database files or files-in-use*) are stored in `/var/data/runtime/[recipe-name]`, and are **excluded** from backup (_They change constantly, and cannot be safely restored_).
Runtime data (*typically database files or files-in-use*) are stored in `/var/data/runtime/[recipe-name]`, and are **excluded** from backup (_They change constantly, and cannot be safely restored_).
## Static data