From a2faf4726fc7f054206860b595d11889b36cc30b Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 11 Oct 2023 20:11:36 -0500 Subject: [PATCH] added wrestic lxc config --- files/wrestic/wrestic-lxc.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 files/wrestic/wrestic-lxc.toml diff --git a/files/wrestic/wrestic-lxc.toml b/files/wrestic/wrestic-lxc.toml new file mode 100644 index 0000000..aa4bb93 --- /dev/null +++ b/files/wrestic/wrestic-lxc.toml @@ -0,0 +1,23 @@ +[settings.local_akanealw_profile] +BACKEND = "local" +RESTIC_PASSWORD = "8ung1e1!" +REPOSITORY = "/mnt/resticbackups" +BACKUP_FOLDER = "/home/akanealw" +RESTORE_FOLDER = "/home/akanealw/restic/restore" +KEEP_LAST = 25 + +[settings.local_root_profile] +BACKEND = "local" +RESTIC_PASSWORD = "8ung1e1!" +REPOSITORY = "/mnt/resticbackups" +BACKUP_FOLDER = "/root" +RESTORE_FOLDER = "/root/restic/restore" +KEEP_LAST = 25 + +[settings.local_etc_profile] +BACKEND = "local" +RESTIC_PASSWORD = "8ung1e1!" +REPOSITORY = "/mnt/resticbackups" +BACKUP_FOLDER = "/etc" +RESTORE_FOLDER = "/root/restic/restore" +KEEP_LAST = 25