From 18828d33bf800066014c4b08f953d9f65d58d460 Mon Sep 17 00:00:00 2001 From: "pulsar89.5" Date: Tue, 19 Dec 2023 16:46:21 +0100 Subject: [PATCH] fix: New config syntax --- templates/config.yaml.j2 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/config.yaml.j2 b/templates/config.yaml.j2 index 4f7dfca..0ea0028 100644 --- a/templates/config.yaml.j2 +++ b/templates/config.yaml.j2 @@ -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: