From b0c4f2b7fdae1cd96be595c8045f2cce82b2b28a Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 13 Mar 2024 18:00:16 -0500 Subject: [PATCH] added /opt directory to defaults --- wrestic/wrestic-local.toml | 8 ++++++++ wrestic/wrestic-lxc.toml | 8 ++++++++ wrestic/wrestic-sftp.toml | 8 ++++++++ 3 files changed, 24 insertions(+) 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