Remove repository label from borgmatic configuration
Only supported with borgmatic >= 1.7.10 We can still use it for borg key export.
This commit is contained in:
parent
202d6c3ef9
commit
c6c4304d9e
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@ location:
|
||||||
one_file_system: {{ borg_one_file_system }}
|
one_file_system: {{ borg_one_file_system }}
|
||||||
repositories:
|
repositories:
|
||||||
{% for repo in borg_repository %}
|
{% for repo in borg_repository %}
|
||||||
- path: {{ repo.path }}
|
- {{ repo.path }}
|
||||||
label: {{ repo.label }}
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
# Store atime into archive.
|
# Store atime into archive.
|
||||||
|
|
Loading…
Reference in a new issue