diff --git a/wrestic/wrestic-local.toml b/wrestic/wrestic-local.toml index 452ab4d..d4f6fed 100755 --- a/wrestic/wrestic-local.toml +++ b/wrestic/wrestic-local.toml @@ -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 diff --git a/wrestic/wrestic-lxc.toml b/wrestic/wrestic-lxc.toml index 86f5bfa..460bade 100755 --- a/wrestic/wrestic-lxc.toml +++ b/wrestic/wrestic-lxc.toml @@ -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 diff --git a/wrestic/wrestic-sftp.toml b/wrestic/wrestic-sftp.toml index 545d1bc..111f2e0 100755 --- a/wrestic/wrestic-sftp.toml +++ b/wrestic/wrestic-sftp.toml @@ -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