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

[Timer]
OnCalendar={{ item.value.periodic.schedule }}
AccuracySec=10s
WakeSystem={{ (zfs_syncoid_autosuspend is defined and zfs_syncoid_autosuspend == 'system') | ternary('true', 'false') }}

[Install]
WantedBy=timers.target