ansible-role-borg-backup/templates/borgmatic.timer.j2
2025-09-05 11:22:25 +04:00

13 lines
379 B
Django/Jinja

# {{ ansible_managed }}
[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