From ece28723c519aaf2a008fe3e479d6f7a4f8c0835 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 3 Nov 2022 11:58:41 +0100 Subject: [PATCH] added /root to default backup --- restic/files/backup.sh.jinja | 1 + 1 file changed, 1 insertion(+) diff --git a/restic/files/backup.sh.jinja b/restic/files/backup.sh.jinja index de38f44..89389a4 100644 --- a/restic/files/backup.sh.jinja +++ b/restic/files/backup.sh.jinja @@ -42,4 +42,5 @@ restic backup \ --verbose \ {% if pillar.podman is defined %}{{ salt['cmd.run']('podman info -f "{{.Store.VolumePath}}"', runas=pillar.podman.user ) }} \{% endif %} /etc \ + / root \ /home