Quote exclude patterns correctly. By @stroobl (#56)

This commit is contained in:
Luc Stroobant 2021-01-17 06:31:46 +01:00 committed by GitHub
parent a241c9378a
commit a10b655e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ location:
# are expanded. See the output of "borg help patterns" for more details.
exclude_patterns:
{% for dir in borg_exclude_patterns %}
- {{ dir }}
- '{{ dir }}'
{% endfor %}
# Read exclude patterns from one or more separate named files, one pattern per