[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:
|
source_directories:
|
||||||
{% for source in borg_backup_directories %}
|
{% for source in borg_backup_directories %}
|
||||||
- {{ source }}
|
- {{ source }}
|
||||||
|
{% endfor %}
|
||||||
|
exclude_patterns:
|
||||||
|
{% for exclude in borg_backup_exclude %}
|
||||||
|
- {{ exclude }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
repositories:
|
repositories:
|
||||||
- {{ borg_server_user }}@{{ borg_server_host }}:{{ borg_host_dir }}
|
- {{ borg_server_user }}@{{ borg_server_host }}:{{ borg_host_dir }}
|
||||||
|
|
Loading…
Reference in a new issue