summaryrefslogtreecommitdiff
path: root/roles/storage/zfs/syncoid/templates/run.timer.j2
blob: cc252854e10b3e525b5aa64df6ad4a139cd53a0a (plain) (blame)
1
2
3
4
5
6
7
8
9
[Unit]
Description=syncoid-based backup for {{ item.key }}

[Timer]
OnCalendar={{ item.value.periodic.schedule }}
WakeSystem={{ zfs_syncoid_autosuspend | ternary('true', 'false') }}

[Install]
WantedBy=timers.target