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

13 lines
185 B
Text
Raw Normal View History

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