[borgbackup_client] add exlude path to conf
This commit is contained in:
parent
33a1ec02f3
commit
b14b359027
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ location:
|
|||
source_directories:
|
||||
{% for source in borg_backup_directories %}
|
||||
- {{ source }}
|
||||
{% endfor %}
|
||||
exclude_patterns:
|
||||
{% for exclude in borg_backup_exclude %}
|
||||
- {{ exclude }}
|
||||
{% endfor %}
|
||||
repositories:
|
||||
- {{ borg_server_user }}@{{ borg_server_host }}:{{ borg_host_dir }}
|
||||
|
|
Loading…
Reference in a new issue