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:
parent
5a196d44a1
commit
5a081b4925
|
@ -3,7 +3,7 @@ Description=Daily full system borg backup
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=*-*-* 00:00:00
|
OnCalendar=*-*-* 00:00:00
|
||||||
RandomizedDelaySec=6h
|
RandomizedDelaySec=30m
|
||||||
Persistent=true
|
Persistent=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Reference in a new issue