add more backup directories for backup to cygnus

This commit is contained in:
2025-11-22 12:40:57 -05:00
parent b1ed7da077
commit 9d16c04ad5

View File

@@ -20,7 +20,7 @@ export RESTIC_REPOSITORY="sftp:sftpuser@Cygnus:/Backup/restic/teal" # *EDIT* f
# What to backup. Colon-separated paths e.g. to different mountpoints "/home:/mnt/usb_disk".
# To backup only your home directory, set "/home/your-user"
export RESTIC_BACKUP_PATHS="/mnt/storage/appdata" # *EDIT* fill conveniently with one or multiple paths
export RESTIC_BACKUP_PATHS="/etc:/root:/home:/srv/restic:/mnt/storage/appdata" # *EDIT* fill conveniently with one or multiple paths
# Example below of how to dynamically add a path that is mounted e.g. external USB disk.