We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7717cc commit 7f87c77Copy full SHA for 7f87c77
restic-backup.conf
@@ -18,6 +18,12 @@ RESTIC_CACHE_DIR="/var/cache/restic-backup"
18
# Each full path should be a separate, quoted element inside the parentheses.
19
BACKUP_SOURCES=("/home/user_files" "/home/user/my docs")
20
21
+# --- Safety ---
22
+# Add extra space-separated directories to the critical restore warning list.
23
+# The script already protects core system paths like /etc, /usr, /var.
24
+# Use this to add custom paths like /opt/my-app or /srv/database.
25
+ADDITIONAL_CRITICAL_DIRS=""
26
+
27
# --- Backup Options ---
28
# Backup tag to identify snapshots
29
BACKUP_TAG="daily-$(hostname)"
0 commit comments