Skip to content
Snippets Groups Projects
Commit 18258767 authored by Hannes Braun's avatar Hannes Braun :upside_down:
Browse files

Fixed wrong templating for source and exclude directories

parent e31a64a3
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@ volume={{ simple_backup_config.nfs_volume_path }}
[files]
{% for item in simple_backup_config.sources %}
nfs={{ item }}
source={{ item }}
{% endfor %}
{% for item in simple_backup_config.excludes %}
exclude={{ item }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment