12 lines
281 B
Text
12 lines
281 B
Text
|
|
[Unit]
|
||
|
|
Description=Run the backup verification after the nightly pull
|
||
|
|
Requires=check-backups.service
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnCalendar={{ backup_store_check_on_calendar }}
|
||
|
|
# Run a missed occurrence on the next boot rather than skipping the day.
|
||
|
|
Persistent=true
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|