Archived
1
0
Fork 0
This repository has been archived on 2023-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/borg/borg-daily.timer
Casper V. Kristensen 5a081b4925 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.
2022-09-06 23:37:04 +02:00

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