From ed1fd8beb6d1498455d7a567134207a02c5464cb Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 10 Oct 2023 13:09:11 -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 3e3b5ed..bd7ab05 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/changemepls/" 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/changemepls/" 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/changemepls/" BACKUP_FOLDER = "/etc" RESTORE_FOLDER = "/root/restic/restore" KEEP_LAST = 25