Files
2026-05-31 17:37:15 +00:00

19 lines
386 B
SYSTEMD
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[Unit]
Description=Borg Backup Timer täglich 02:30 Uhr
Requires=borg-backup.service
[Timer]
# Täglich um 02:30 Uhr
OnCalendar=*-*-* 02:30:00
# Falls der Pi um 02:30 aus war: nachholen
Persistent=true
# Zufällige Verzögerung bis zu 10 Minuten (verhindert Last-Spitzen bei mehreren Geräten)
RandomizedDelaySec=10min
Unit=borg-backup.service
[Install]
WantedBy=timers.target