From 5a081b49253e4722c45c8dfecfb55ee421dda50a Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Tue, 6 Sep 2022 23:37:04 +0200 Subject: [PATCH] borg: Reduce RandomizedDelaySec Apparently, for systems which are not always online and/or often rebooted, i.e. personal computers, the setting causes issues if the value is larger than the system is generally on for. --- borg/borg-daily.timer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borg/borg-daily.timer b/borg/borg-daily.timer index afc1b73..6583e21 100644 --- a/borg/borg-daily.timer +++ b/borg/borg-daily.timer @@ -3,7 +3,7 @@ Description=Daily full system borg backup [Timer] OnCalendar=*-*-* 00:00:00 -RandomizedDelaySec=6h +RandomizedDelaySec=30m Persistent=true [Install]