diff --git a/files/wrestic/wrestic-local.toml b/files/wrestic/wrestic-local.toml index 87b2c63..452ab4d 100644 --- a/files/wrestic/wrestic-local.toml +++ b/files/wrestic/wrestic-local.toml @@ -1,7 +1,7 @@ [settings.local_akanealw_profile] BACKEND = "local" RESTIC_PASSWORD = "8ung1e1!" -REPOSITORY = "/mnt/truenas-backups/resticbackups/changemepls/" +REPOSITORY = "/mnt/truenas-backups/resticbackups/changemepls/home/akanealw" BACKUP_FOLDER = "/home/akanealw" RESTORE_FOLDER = "/home/akanealw/restic/restore" KEEP_LAST = 25 @@ -9,7 +9,7 @@ KEEP_LAST = 25 [settings.local_root_profile] BACKEND = "local" RESTIC_PASSWORD = "8ung1e1!" -REPOSITORY = "/mnt/truenas-backups/resticbackups/changemepls/" +REPOSITORY = "/mnt/truenas-backups/resticbackups/changemepls/root" BACKUP_FOLDER = "/root" RESTORE_FOLDER = "/root/restic/restore" KEEP_LAST = 25 @@ -17,7 +17,7 @@ KEEP_LAST = 25 [settings.local_etc_profile] BACKEND = "local" RESTIC_PASSWORD = "8ung1e1!" -REPOSITORY = "/mnt/truenas-backups/resticbackups/changemepls/" +REPOSITORY = "/mnt/truenas-backups/resticbackups/changemepls/etc" BACKUP_FOLDER = "/etc" RESTORE_FOLDER = "/root/restic/restore" KEEP_LAST = 25 diff --git a/files/wrestic/wrestic-lxc.toml b/files/wrestic/wrestic-lxc.toml index aa4bb93..86f5bfa 100644 --- a/files/wrestic/wrestic-lxc.toml +++ b/files/wrestic/wrestic-lxc.toml @@ -1,7 +1,7 @@ [settings.local_akanealw_profile] BACKEND = "local" RESTIC_PASSWORD = "8ung1e1!" -REPOSITORY = "/mnt/resticbackups" +REPOSITORY = "/mnt/resticbackups/home/akanealw" BACKUP_FOLDER = "/home/akanealw" RESTORE_FOLDER = "/home/akanealw/restic/restore" KEEP_LAST = 25 @@ -9,7 +9,7 @@ KEEP_LAST = 25 [settings.local_root_profile] BACKEND = "local" RESTIC_PASSWORD = "8ung1e1!" -REPOSITORY = "/mnt/resticbackups" +REPOSITORY = "/mnt/resticbackups/root" BACKUP_FOLDER = "/root" RESTORE_FOLDER = "/root/restic/restore" KEEP_LAST = 25 @@ -17,7 +17,7 @@ KEEP_LAST = 25 [settings.local_etc_profile] BACKEND = "local" RESTIC_PASSWORD = "8ung1e1!" -REPOSITORY = "/mnt/resticbackups" +REPOSITORY = "/mnt/resticbackups/etc" BACKUP_FOLDER = "/etc" RESTORE_FOLDER = "/root/restic/restore" KEEP_LAST = 25 diff --git a/files/wrestic/wrestic-sftp.toml b/files/wrestic/wrestic-sftp.toml index 58a51c9..545d1bc 100644 --- a/files/wrestic/wrestic-sftp.toml +++ b/files/wrestic/wrestic-sftp.toml @@ -1,7 +1,7 @@ [settings.sftp_akanealw_profile] BACKEND = "sftp" RESTIC_PASSWORD = "8ung1e1!" -REPOSITORY = "akanealw@truenas:/mnt/data/backups/resticbackups/changemepls/" +REPOSITORY = "akanealw@truenas:/mnt/data/backups/resticbackups/changemepls/home/akanealw" BACKUP_FOLDER = "/home/akanealw" RESTORE_FOLDER = "/home/akanealw/restic/restore" KEEP_LAST = 25 @@ -9,7 +9,7 @@ KEEP_LAST = 25 [settings.sftp_root_profile] BACKEND = "sftp" RESTIC_PASSWORD = "8ung1e1!" -REPOSITORY = "akanealw@truenas:/mnt/data/backups/resticbackups/changemepls/" +REPOSITORY = "akanealw@truenas:/mnt/data/backups/resticbackups/changemepls/root" BACKUP_FOLDER = "/root" RESTORE_FOLDER = "/root/restic/restore" KEEP_LAST = 25 @@ -17,7 +17,7 @@ KEEP_LAST = 25 [settings.sftp_etc_profile] BACKEND = "sftp" RESTIC_PASSWORD = "8ung1e1!" -REPOSITORY = "akanealw@truenas:/mnt/data/backups/resticbackups/changemepls/" +REPOSITORY = "akanealw@truenas:/mnt/data/backups/resticbackups/changemepls/etc" BACKUP_FOLDER = "/etc" RESTORE_FOLDER = "/root/restic/restore" KEEP_LAST = 25