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 }} frequency: {{ check.frequency }}
{% endfor %} {% endfor %}
hooks: healthchecks:
healthchecks: ping_url: {{ borgmatic_healthchecks }}
ping_url: {{ borgmatic_healthchecks }} send_logs: false
send_logs: false states:
states: - finish
- finish - fail
- fail
retention: keep_daily: {{ borgmatic_retention.daily }}
keep_daily: {{ borgmatic_retention.daily }} keep_monthly: {{ borgmatic_retention.monthly }}
keep_monthly: {{ borgmatic_retention.monthly }} keep_weekly: {{ borgmatic_retention.weekly }}
keep_weekly: {{ borgmatic_retention.weekly }}