ansible-role-borg-backup/templates/borgmatic.timer.j2
Frank Dornheim 368d8ec893 polishing
2023-03-18 12:43:34 +01:00

13 lines
404 B
Django/Jinja

# Managed by Ansible, please don't edit manually
[Unit]
Description=Start creating of Backups - see: https://www.freedesktop.org/software/systemd/man/systemd.time.html#
[Timer]
# Day-of-the-Week Year-Month-Day Hour:Minutes:Seconds
# Persistent -> resume backup after shutdown
OnCalendar= *-*-* {{ borgmatic_timer_hour }}:{{ borgmatic_timer_minute }}:00
Persistent=true
[Install]
WantedBy=timers.target