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