Changed Borgmatic dobackups because of Systemd timer use on remotes.
This commit is contained in:
parent
ddf4f88208
commit
9e72dbfcb9
|
@ -54,6 +54,7 @@ DURATION=$(printf "%02d:%02d:%02d" $((DURATION/60/60)) $((DURATION/60%60)) $((D
|
||||||
echo "Midded at: "$(date)" Duration: $DURATION"
|
echo "Midded at: "$(date)" Duration: $DURATION"
|
||||||
|
|
||||||
# Wait the end of remote Systemd timer backup (5 hours).
|
# Wait the end of remote Systemd timer backup (5 hours).
|
||||||
|
# Useful to have good data in report.
|
||||||
sleep 18000
|
sleep 18000
|
||||||
|
|
||||||
./doreport
|
./doreport
|
||||||
|
|
Loading…
Reference in New Issue