Skip to content

Commit e5fed81

Browse files
author
buildplan
committed
example for adding critical dirs
1 parent 75ea203 commit e5fed81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

restic-backup.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ BACKUP_SOURCES=("/home/user_files" "/home/user/my docs")
2222
# Add extra space-separated directories to the critical restore warning list.
2323
# The script already protects core system paths like /etc, /usr, /var.
2424
# Use this to add custom paths like /opt/my-app or /srv/database.
25+
# Example:
26+
# ADDITIONAL_CRITICAL_DIRS="/opt/app /srv/web /home/shared"
2527
ADDITIONAL_CRITICAL_DIRS=""
2628

2729
# --- Backup Options ---

0 commit comments

Comments
 (0)