Archived
1
0
Fork 0

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.
This commit is contained in:
Casper V. Kristensen 2022-09-06 23:37:04 +02:00
parent 5a196d44a1
commit 5a081b4925

View file

@ -3,7 +3,7 @@ Description=Daily full system borg backup
[Timer]
OnCalendar=*-*-* 00:00:00
RandomizedDelaySec=6h
RandomizedDelaySec=30m
Persistent=true
[Install]