11 lines
323 B
Django/Jinja
11 lines
323 B
Django/Jinja
[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
|