feat: New config syntax

This commit is contained in:
pulsar89.5 2023-12-19 15:50:13 +01:00
parent 8dbec24a3b
commit bca489a620

View File

@ -29,15 +29,13 @@ consistency:
frequency: {{ check.frequency }}
{% endfor %}
hooks:
healthchecks:
ping_url: {{ borgmatic_healthchecks }}
send_logs: false
states:
- finish
- fail
healthchecks:
ping_url: {{ borgmatic_healthchecks }}
send_logs: false
states:
- finish
- fail
retention:
keep_daily: {{ borgmatic_retention.daily }}
keep_monthly: {{ borgmatic_retention.monthly }}
keep_weekly: {{ borgmatic_retention.weekly }}
keep_daily: {{ borgmatic_retention.daily }}
keep_monthly: {{ borgmatic_retention.monthly }}
keep_weekly: {{ borgmatic_retention.weekly }}