ansible/roles/base-backups/templates/9iron-backup.timer

12 lines
179 B
SYSTEMD
Raw Normal View History

# vim:ft=dosini:
[Unit]
Description=9iron backup timer
[Timer]
Persistent=true
OnBootSec={{ backups_boot_delay }}
2020-08-15 14:48:11 -05:00
OnCalendar={{ backups_time }}
[Install]
WantedBy=timers.target