added wrestic lxc config
This commit is contained in:
23
files/wrestic/wrestic-lxc.toml
Normal file
23
files/wrestic/wrestic-lxc.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[settings.local_akanealw_profile]
|
||||
BACKEND = "local"
|
||||
RESTIC_PASSWORD = "8ung1e1!"
|
||||
REPOSITORY = "/mnt/resticbackups"
|
||||
BACKUP_FOLDER = "/home/akanealw"
|
||||
RESTORE_FOLDER = "/home/akanealw/restic/restore"
|
||||
KEEP_LAST = 25
|
||||
|
||||
[settings.local_root_profile]
|
||||
BACKEND = "local"
|
||||
RESTIC_PASSWORD = "8ung1e1!"
|
||||
REPOSITORY = "/mnt/resticbackups"
|
||||
BACKUP_FOLDER = "/root"
|
||||
RESTORE_FOLDER = "/root/restic/restore"
|
||||
KEEP_LAST = 25
|
||||
|
||||
[settings.local_etc_profile]
|
||||
BACKEND = "local"
|
||||
RESTIC_PASSWORD = "8ung1e1!"
|
||||
REPOSITORY = "/mnt/resticbackups"
|
||||
BACKUP_FOLDER = "/etc"
|
||||
RESTORE_FOLDER = "/root/restic/restore"
|
||||
KEEP_LAST = 25
|
||||
Reference in New Issue
Block a user