added /etc as default backup
This commit is contained in:
parent
3878f68e1f
commit
cb453dfcbe
@ -41,4 +41,5 @@ restic backup \
|
|||||||
--exclude="/home/*/git" \
|
--exclude="/home/*/git" \
|
||||||
--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 \
|
||||||
/home
|
/home
|
||||||
|
Reference in New Issue
Block a user