backup-manager/backup-manager.timer.j2

13 lines
163 B
Text
Raw Normal View History

2024-12-21 22:55:27 +01:00
[Unit]
Description=Sync backups
2026-05-17 22:44:51 +02:00
PartOf={{ mainunit }}
2024-12-21 22:55:27 +01:00
[Timer]
OnCalendar=*-*-* 10:00:00
RandomizedDelaySec=3h
Persistent=true
[Install]
2026-05-17 22:44:51 +02:00
WantedBy={{ mainunit }}
2024-12-21 22:55:27 +01:00