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,7 +22,6 @@ archive_name_format: {{ borgmatic_name }}
compression: {{ borgmatic_compression }} compression: {{ borgmatic_compression }}
encryption_passphrase: {{ borgmatic_passphrase }} encryption_passphrase: {{ borgmatic_passphrase }}
consistency:
checks: checks:
{% for check in borgmatic_checks %} {% for check in borgmatic_checks %}
- name: {{ check.name }} - name: {{ check.name }}