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