diff --git a/templates/config.yaml.j2 b/templates/config.yaml.j2 index 9ce4216..94de878 100644 --- a/templates/config.yaml.j2 +++ b/templates/config.yaml.j2 @@ -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