Casper V. Kristensen
5a081b4925
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.
11 lines
157 B
SYSTEMD
11 lines
157 B
SYSTEMD
[Unit]
|
|
Description=Daily full system borg backup
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 00:00:00
|
|
RandomizedDelaySec=30m
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|