Quote exclude patterns correctly. By @stroobl (#56)
This commit is contained in:
parent
a241c9378a
commit
a10b655e89
@ -27,7 +27,7 @@ location:
|
|||||||
# are expanded. See the output of "borg help patterns" for more details.
|
# are expanded. See the output of "borg help patterns" for more details.
|
||||||
exclude_patterns:
|
exclude_patterns:
|
||||||
{% for dir in borg_exclude_patterns %}
|
{% for dir in borg_exclude_patterns %}
|
||||||
- {{ dir }}
|
- '{{ dir }}'
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
# Read exclude patterns from one or more separate named files, one pattern per
|
# Read exclude patterns from one or more separate named files, one pattern per
|
||||||
|
Loading…
Reference in New Issue
Block a user