changed wrestic config to sftp

This commit is contained in:
2023-10-10 19:20:07 -05:00
parent ed1fd8beb6
commit 5e7084aa0b
2 changed files with 26 additions and 0 deletions

View File

@@ -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