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