diff --git a/files/wrestic/wrestic b/files/wrestic/wrestic new file mode 100755 index 0000000..e2dd322 Binary files /dev/null and b/files/wrestic/wrestic differ diff --git a/files/wrestic/wrestic.toml b/files/wrestic/wrestic.toml new file mode 100644 index 0000000..bf8655e --- /dev/null +++ b/files/wrestic/wrestic.toml @@ -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