parent
e97846a535
commit
3065a075c1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ ExecStart={{ restic_path }} backup --verbose {{ folder.path }} {{ folder.exclude
|
||||||
{% endfor -%}
|
{% endfor -%}
|
||||||
|
|
||||||
{% for database in restic_databases %}
|
{% for database in restic_databases %}
|
||||||
ExecStart={{ database.dump_command }} | {{ restic_path }} backup --verbose --stdin --stdin-filename {{ database.name }}.sql
|
ExecStart=/bin/sh -c "{{ database.dump_command }} | {{ restic_path }} backup --verbose --stdin --stdin-filename {{ database.name }}.sql"
|
||||||
{% endfor -%}
|
{% endfor -%}
|
||||||
|
|
||||||
{% if restic_forget %}
|
{% if restic_forget %}
|
||||||
|
|
Loading…
Reference in a new issue