mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
10 lines
280 B
Django/Jinja
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
|