ansible/roles/backup/templates/backup.timer
Salt 00fb2bb32e Work on a basic implementation of backups
Still need to set up good defaults and do host-based configuration tho
2020-12-24 09:06:20 -06:00

11 lines
145 B
SYSTEMD

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