added wrestic files
This commit is contained in:
BIN
files/wrestic/wrestic
Executable file
BIN
files/wrestic/wrestic
Executable file
Binary file not shown.
30
files/wrestic/wrestic.toml
Normal file
30
files/wrestic/wrestic.toml
Normal file
@@ -0,0 +1,30 @@
|
||||
# You can add as many settings as you want, just make sure the id is unique
|
||||
# and remember, if your repository doesn't exist, it will be created
|
||||
# and password will be set to the one you provided in RESTIC_PASSWORD
|
||||
|
||||
#################################
|
||||
# LOCAL EXAMPLE PROFILE
|
||||
#################################
|
||||
[settings.local_akanealw_profile]
|
||||
BACKEND = "local"
|
||||
RESTIC_PASSWORD = "8ung1e1!"
|
||||
REPOSITORY = "/mnt/truenas-backups/resticbackups/$(hostname)/"
|
||||
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/$(hostname)/"
|
||||
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/$(hostname)/"
|
||||
BACKUP_FOLDER = "/etc"
|
||||
RESTORE_FOLDER = "/root/restic/restore"
|
||||
KEEP_LAST = 25
|
||||
Reference in New Issue
Block a user