ansible/roles/borgbase.ansible_role_borgbackup/templates/borgmatic.timer.j2
Gabriel Augendre b02de7192c
Some checks failed
/ run ansible (push) Has been cancelled
add borgmatic
2024-10-13 19:15:24 +02:00

13 lines
No EOL
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