updated toml files for wrestic

This commit is contained in:
2023-11-30 20:01:38 -06:00
parent ac164318e3
commit 9de51cce28
3 changed files with 9 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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