From 6df0cc39da20e0dcbf5ae77c9a2fb4dfb201312a Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 29 Mar 2025 09:36:37 -0500 Subject: [PATCH] unifi: Back up with Restic The Unifi Network data will now be backed up by Restic. --- group_vars/unifi/restic.yml | 2 ++ hosts | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 group_vars/unifi/restic.yml diff --git a/group_vars/unifi/restic.yml b/group_vars/unifi/restic.yml new file mode 100644 index 0000000..6b03b02 --- /dev/null +++ b/group_vars/unifi/restic.yml @@ -0,0 +1,2 @@ +restic_include: +- /var/lib/unifi diff --git a/hosts b/hosts index ea007d9..7c2977b 100644 --- a/hosts +++ b/hosts @@ -208,6 +208,9 @@ git0.pyrocufflink.blue pxe0.pyrocufflink.blue web0.pyrocufflink.blue +[restic:children] +unifi + [rw-root] [samba-dc]