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