feat: New config syntax
This commit is contained in:
parent
8dbec24a3b
commit
bca489a620
@ -29,7 +29,6 @@ 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
|
||||||
@ -37,7 +36,6 @@ hooks:
|
|||||||
- 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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user