From dd86aab825cee5f83d4f7b82846ee7aa6868fc12 Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 10 Oct 2023 13:01:40 -0500 Subject: [PATCH] testing --- files/wrestic/wrestic.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/wrestic/wrestic.toml b/files/wrestic/wrestic.toml index bf8655e..72d0e95 100644 --- a/files/wrestic/wrestic.toml +++ b/files/wrestic/wrestic.toml @@ -8,7 +8,7 @@ [settings.local_akanealw_profile] BACKEND = "local" RESTIC_PASSWORD = "8ung1e1!" -REPOSITORY = "/mnt/truenas-backups/resticbackups/$(hostname)/" +REPOSITORY = "/mnt/truenas-backups/resticbackups/changeme/" BACKUP_FOLDER = "/home/akanealw" RESTORE_FOLDER = "/home/akanealw/restic/restore" KEEP_LAST = 25 @@ -16,7 +16,7 @@ KEEP_LAST = 25 [settings.local_root_profile] BACKEND = "local" RESTIC_PASSWORD = "8ung1e1!" -REPOSITORY = "/mnt/truenas-backups/resticbackups/$(hostname)/" +REPOSITORY = "/mnt/truenas-backups/resticbackups/changeme/" BACKUP_FOLDER = "/root" RESTORE_FOLDER = "/root/restic/restore" KEEP_LAST = 25 @@ -24,7 +24,7 @@ KEEP_LAST = 25 [settings.local_etc_profile] BACKEND = "local" RESTIC_PASSWORD = "8ung1e1!" -REPOSITORY = "/mnt/truenas-backups/resticbackups/$(hostname)/" +REPOSITORY = "/mnt/truenas-backups/resticbackups/changeme/" BACKUP_FOLDER = "/etc" RESTORE_FOLDER = "/root/restic/restore" KEEP_LAST = 25