added wrestic files

This commit is contained in:
2023-10-10 12:40:33 -05:00
parent a2732e058d
commit 839748e191
2 changed files with 30 additions and 0 deletions

BIN
files/wrestic/wrestic Executable file

Binary file not shown.

View 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