32 lines
920 B
TOML
Executable File
32 lines
920 B
TOML
Executable File
[settings.local_akanealw_profile]
|
|
BACKEND = "local"
|
|
RESTIC_PASSWORD = "8ung1e1!"
|
|
REPOSITORY = "/mnt/truenas-backups/resticbackups/changemepls/home/akanealw"
|
|
BACKUP_FOLDER = "/home/akanealw"
|
|
RESTORE_FOLDER = "/home/akanealw/restic/restore"
|
|
KEEP_LAST = 25
|
|
|
|
[settings.local_root_profile]
|
|
BACKEND = "local"
|
|
RESTIC_PASSWORD = "8ung1e1!"
|
|
REPOSITORY = "/mnt/truenas-backups/resticbackups/changemepls/root"
|
|
BACKUP_FOLDER = "/root"
|
|
RESTORE_FOLDER = "/root/restic/restore"
|
|
KEEP_LAST = 25
|
|
|
|
[settings.local_etc_profile]
|
|
BACKEND = "local"
|
|
RESTIC_PASSWORD = "8ung1e1!"
|
|
REPOSITORY = "/mnt/truenas-backups/resticbackups/changemepls/etc"
|
|
BACKUP_FOLDER = "/etc"
|
|
RESTORE_FOLDER = "/root/restic/restore"
|
|
KEEP_LAST = 25
|
|
|
|
[settings.local_opt_profile]
|
|
BACKEND = "local"
|
|
RESTIC_PASSWORD = "8ung1e1!"
|
|
REPOSITORY = "/mnt/truenas-backups/resticbackups/changemepls/opt"
|
|
BACKUP_FOLDER = "/opt"
|
|
RESTORE_FOLDER = "/root/restic/restore"
|
|
KEEP_LAST = 25
|