added /opt directory to defaults

This commit is contained in:
2024-03-13 18:00:16 -05:00
parent 1bf91ad1cc
commit b0c4f2b7fd
3 changed files with 24 additions and 0 deletions

View File

@@ -21,3 +21,11 @@ REPOSITORY = "/mnt/truenas-backups/resticbackups/changemepls/etc"
BACKUP_FOLDER = "/etc"
RESTORE_FOLDER = "/root/restic/restore"
KEEP_LAST = 25
[settings.local_opt_profile]
BACKEND = "local"
RESTIC_PASSWORD = "8ung1e1!"
REPOSITORY = "/mnt/truenas-backups/resticbackups/changemepls/opt"
BACKUP_FOLDER = "/opt"
RESTORE_FOLDER = "/root/restic/restore"
KEEP_LAST = 25

View File

@@ -21,3 +21,11 @@ REPOSITORY = "/mnt/resticbackups/etc"
BACKUP_FOLDER = "/etc"
RESTORE_FOLDER = "/root/restic/restore"
KEEP_LAST = 25
[settings.local_opt_profile]
BACKEND = "local"
RESTIC_PASSWORD = "8ung1e1!"
REPOSITORY = "/mnt/resticbackups/opt"
BACKUP_FOLDER = "/opt"
RESTORE_FOLDER = "/root/restic/restore"
KEEP_LAST = 25

View File

@@ -21,3 +21,11 @@ REPOSITORY = "akanealw@truenas:/mnt/data/backups/resticbackups/changemepls/etc"
BACKUP_FOLDER = "/etc"
RESTORE_FOLDER = "/root/restic/restore"
KEEP_LAST = 25
[settings.sftp_opt_profile]
BACKEND = "sftp"
RESTIC_PASSWORD = "8ung1e1!"
REPOSITORY = "akanealw@truenas:/mnt/data/backups/resticbackups/changemepls/opt"
BACKUP_FOLDER = "/opt"
RESTORE_FOLDER = "/root/restic/restore"
KEEP_LAST = 25