1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/borg-client/templates/borg-backup.timer.j2
Jelle van der Waa 8b2056e5fa
Add a randomized delay to borg-backup timers
Add an hour of delay to spread out borg backup jobs from multiple
servers and other jobs which are scheduled to run at OnCalendar=daily.
2020-05-27 21:32:14 +02:00

11 lines
129 B
Django/Jinja

[Unit]
Description=Borg backup
[Timer]
OnCalendar=daily
Persistent=true
RandomizedDelaySec=1h
[Install]
WantedBy=timers.target