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:
phil 2023-04-09 10:10:08 +02:00
parent 202d6c3ef9
commit c6c4304d9e

View file

@ -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.