mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-12-12 12:50:18 +01:00
10 lines
171 B
Django/Jinja
10 lines
171 B
Django/Jinja
[Unit]
|
|
Description=Run restic backup {{ item.name }} every night
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 02:00:00
|
|
RandomizedDelaySec=3h
|
|
Persistent=yes
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|