From 601204a7b0eac41d2d0002c07883142eceaf679d Mon Sep 17 00:00:00 2001 From: "pulsar89.5" Date: Wed, 20 Dec 2023 09:56:51 +0100 Subject: [PATCH] feat: Add borgmatic actions --- templates/config.yaml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/config.yaml.j2 b/templates/config.yaml.j2 index 0ea0028..2adf619 100644 --- a/templates/config.yaml.j2 +++ b/templates/config.yaml.j2 @@ -38,3 +38,7 @@ healthchecks: keep_daily: {{ borgmatic_retention.daily }} keep_monthly: {{ borgmatic_retention.monthly }} keep_weekly: {{ borgmatic_retention.weekly }} + +{% if borgmatic_actions | length > 0 %} +{{ borgmatic_actions }} +{% endif %}