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
245 B
Text
Raw Normal View History

2021-04-29 14:58:12 +02:00
[Unit]
Description=Run restic backup {{ item.name }} every night
[Timer]
2021-07-05 15:26:33 +02:00
OnCalendar={{ restic_systemd_timer_default_OnCalendar }}
2021-06-15 19:48:23 +02:00
RandomizedDelaySec={{ restic_systemd_timer_randomizeddelaysec }}
2021-04-29 14:58:12 +02:00
Persistent=yes
[Install]
WantedBy=timers.target