fix: New config syntax
This commit is contained in:
parent
e4f12deaca
commit
18828d33bf
@ -22,11 +22,10 @@ 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 }}
|
||||||
frequency: {{ check.frequency }}
|
frequency: {{ check.frequency }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
healthchecks:
|
healthchecks:
|
||||||
|
Loading…
Reference in New Issue
Block a user