fix: New config syntax

This commit is contained in:
pulsar89.5 2023-12-19 16:46:21 +01:00
parent e4f12deaca
commit 18828d33bf

View File

@ -22,11 +22,10 @@ archive_name_format: {{ borgmatic_name }}
compression: {{ borgmatic_compression }}
encryption_passphrase: {{ borgmatic_passphrase }}
consistency:
checks:
checks:
{% for check in borgmatic_checks %}
- name: {{ check.name }}
frequency: {{ check.frequency }}
- name: {{ check.name }}
frequency: {{ check.frequency }}
{% endfor %}
healthchecks: