From 9e72dbfcb92ead0ab26c9c03f765b040352fb322 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Wed, 15 Mar 2023 10:53:50 +0100 Subject: [PATCH] Changed Borgmatic dobackups because of Systemd timer use on remotes. --- Plan Borg/models/dobackups | 1 + 1 file changed, 1 insertion(+) diff --git a/Plan Borg/models/dobackups b/Plan Borg/models/dobackups index 353cc58..f615b30 100755 --- a/Plan Borg/models/dobackups +++ b/Plan Borg/models/dobackups @@ -54,6 +54,7 @@ DURATION=$(printf "%02d:%02d:%02d" $((DURATION/60/60)) $((DURATION/60%60)) $((D echo "Midded at: "$(date)" Duration: $DURATION" # Wait the end of remote Systemd timer backup (5 hours). +# Useful to have good data in report. sleep 18000 ./doreport