Files
fileserver/wrestic/wrestic-sftp.toml

32 lines
968 B
TOML
Executable File

[settings.sftp_akanealw_profile]
BACKEND = "sftp"
RESTIC_PASSWORD = "8ung1e1!"
REPOSITORY = "akanealw@truenas:/mnt/data/backups/resticbackups/changemepls/home/akanealw"
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/root"
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/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