added /opt directory to defaults
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user