Files
fileserver/files/wrestic/wrestic-sftp.toml

24 lines
715 B
TOML

[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