From 5e7084aa0b411257aea4f60d5fc758a2a7e79f46 Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 10 Oct 2023 19:20:07 -0500 Subject: [PATCH] changed wrestic config to sftp --- .../{wrestic.toml => wrestic-local.toml} | 0 files/wrestic/wrestic-sftp.toml | 26 +++++++++++++++++++ 2 files changed, 26 insertions(+) rename files/wrestic/{wrestic.toml => wrestic-local.toml} (100%) create mode 100644 files/wrestic/wrestic-sftp.toml diff --git a/files/wrestic/wrestic.toml b/files/wrestic/wrestic-local.toml similarity index 100% rename from files/wrestic/wrestic.toml rename to files/wrestic/wrestic-local.toml diff --git a/files/wrestic/wrestic-sftp.toml b/files/wrestic/wrestic-sftp.toml new file mode 100644 index 0000000..8796422 --- /dev/null +++ b/files/wrestic/wrestic-sftp.toml @@ -0,0 +1,26 @@ +################################# +# SFTP EXAMPLE PROFILE +################################# +[settings.sftp_akanealw_profile] +BACKEND = "sftp" +RESTIC_PASSWORD = "8ung1e1!" +REPOSITORY = "akanealw@truenas:/mnt/data/backups/resticbackups/changemepls/" +BACKUP_FOLDER = "/home/akanealw" +RESTORE_FOLDER = "/home/akanealw/restic/restore" +KEEP_LAST = 25 + +[settings.sftp_root_profile] +BACKEND = "sftp" +RESTIC_PASSWORD = "8ung1e1!" +REPOSITORY = "akanealw@truenas:/mnt/data/backups/resticbackups/changemepls/" +BACKUP_FOLDER = "/root" +RESTORE_FOLDER = "/root/restic/restore" +KEEP_LAST = 25 + +[settings.sftp_etc_profile] +BACKEND = "sftp" +RESTIC_PASSWORD = "8ung1e1!" +REPOSITORY = "akanealw@truenas:/mnt/data/backups/resticbackups/changemepls/" +BACKUP_FOLDER = "/etc" +RESTORE_FOLDER = "/root/restic/restore" +KEEP_LAST = 25