personal_infra/ansible/roles/backup_source/templates/backup.timer.j2

12 lines
323 B
Text
Raw Permalink Normal View History

2026-09-12 16:02:00 +02:00
[Unit]
Description={{ backup_source_description }} backup
[Timer]
OnCalendar={{ backup_source_on_calendar }}
# Persistent: a window missed while the host was down runs on next boot. cron on
# a laptop had no equivalent, which is how two backups went unnoticed for months.
Persistent=true
[Install]
WantedBy=timers.target