1cf6c81ac5
Replaces manually deployed config files with a fully idempotent role: installs sanoid, templates sanoid.conf and syncoid service/timer from variables, enables both systemd timers. Removes static proxmox/sanoid.* files. README rebuild section updated accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
210 B
Django/Jinja
12 lines
210 B
Django/Jinja
[Unit]
|
|
Description=Daily ZFS replication to HDD
|
|
After=sanoid.timer
|
|
|
|
[Timer]
|
|
OnCalendar={{ syncoid_schedule }}
|
|
RandomizedDelaySec={{ syncoid_randomized_delay }}
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|