added /root to default backup
This commit is contained in:
parent
cb453dfcbe
commit
ece28723c5
@ -42,4 +42,5 @@ restic backup \
|
|||||||
--verbose \
|
--verbose \
|
||||||
{% if pillar.podman is defined %}{{ salt['cmd.run']('podman info -f "{{.Store.VolumePath}}"', runas=pillar.podman.user ) }} \{% endif %}
|
{% if pillar.podman is defined %}{{ salt['cmd.run']('podman info -f "{{.Store.VolumePath}}"', runas=pillar.podman.user ) }} \{% endif %}
|
||||||
/etc \
|
/etc \
|
||||||
|
/ root \
|
||||||
/home
|
/home
|
||||||
|
Reference in New Issue
Block a user