1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_restic_archiver.git synced 2024-08-16 10:09:49 +02:00
ansible_role_restic_archiver/templates/restic-archiver.timer.j2
2021-12-07 19:50:02 +01:00

10 lines
280 B
Django/Jinja

[Unit]
Description=Systemd Timer to run the Restic archiver from /opt/restic-backup.sh
[Timer]
OnCalendar={{ restic_archiver__oncalendar | default('*-*-* 04:23:00') }}
RandomizedDelaySec={{ restic_archiver__randomizeddelaysec }}
Persistent=true
[Install]
WantedBy=timers.target