added mariadb dump to backup
This commit is contained in:
@@ -40,7 +40,12 @@ restic backup \
|
||||
--exclude="/home/*/Nextcloud" \
|
||||
--exclude="/home/*/git" \
|
||||
--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 %}
|
||||
{%- if pillar.containers.mariadb is defined %}
|
||||
{{ pillar.containers.mariadb.backup_dir }} \
|
||||
{%- endif %}
|
||||
/etc \
|
||||
/root \
|
||||
/home
|
||||
|
Reference in New Issue
Block a user