ansible/roles/backup/templates/backup.timer

11 lines
145 B
SYSTEMD
Raw Normal View History

# vim:ft=systemd
[Unit]
Description=Nightly backup timer
[Timer]
Persistent=true
OnCalendar={{ backup_time }}
[Install]
WantedBy=timers.target