From 9bc6fe204a64dc6b5abf0ab9e9515fb7e841e63d Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Mon, 20 Mar 2023 23:45:57 +0100 Subject: [PATCH] Improved Plan B scripts (dumps). --- Plan Borg/models/model-conf-remote-client.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Plan Borg/models/model-conf-remote-client.yaml b/Plan Borg/models/model-conf-remote-client.yaml index 88e5f76..aa1a83b 100644 --- a/Plan Borg/models/model-conf-remote-client.yaml +++ b/Plan Borg/models/model-conf-remote-client.yaml @@ -22,3 +22,9 @@ storage: output: color: false + +hooks: + before_actions: + - echo "== Dumps starting…" + - /etc/borgmatic/hooks/dumps + - echo "== Dumps done."