blob: bcbb1a28c016a9745f861e044633f88a5c52033d (
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 | ternary('true', 'false') }}
[Install]
WantedBy=timers.target
|