1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_restic.git synced 2024-12-11 23:41:32 +01:00
ansible_role_restic/templates/restic.timer.j2

11 lines
171 B
Text
Raw Normal View History

2021-04-29 14:58:12 +02:00
[Unit]
Description=Run restic backup {{ item.name }} every night
[Timer]
OnCalendar=*-*-* 02:00:00
RandomizedDelaySec=3h
Persistent=yes
[Install]
WantedBy=timers.target