changed wrestic config to sftp
This commit is contained in:
26
files/wrestic/wrestic-sftp.toml
Normal file
26
files/wrestic/wrestic-sftp.toml
Normal 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
|
||||
Reference in New Issue
Block a user