ansible/roles/unhb_backup_scripts/templates/restic.timer.j2

10 lines
154 B
Plaintext
Raw Permalink Normal View History

2023-10-10 12:40:22 +02:00
[Unit]
2024-03-27 11:24:12 +01:00
Description=Timer starting restic.service
2023-10-10 12:40:22 +02:00
[Timer]
OnCalendar={{ restic_start_time }}
2024-03-27 11:24:12 +01:00
Unit=restic@%i.service
2023-10-10 12:40:22 +02:00
[Install]
WantedBy=multi-user.target