ansible/roles/borgbackup_client/templates/borgmatic.timer.j2

12 lines
163 B
Plaintext
Raw Normal View History

{{ ansible_managed | comment }}
[Unit]
Description=Timer for borgmatic backup
[Timer]
2021-03-16 09:38:51 +01:00
OnCalendar=hourly
2021-03-16 15:05:29 +01:00
RandomizedDelaySec=10m
[Install]
WantedBy=timers.target