From 965cfa98c0f8d302561ed5978d77b3e295951b22 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 8 Aug 2025 14:52:05 -0500 Subject: [PATCH] fixup! wip: unifi: restore data dir --- group_vars/unifi/restic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/unifi/restic.yml b/group_vars/unifi/restic.yml index 7912f2b..1424340 100644 --- a/group_vars/unifi/restic.yml +++ b/group_vars/unifi/restic.yml @@ -2,4 +2,4 @@ restic_include: - /var/lib/unifi unifi_data_restore_command: >- - restic restore --path /var/lib/unifi latest + restic restore --path /var/lib/unifi --target / latest