Add sanoid/syncoid ZFS snapshot and replication config

- sanoid: daily snapshots (7d) + weekly (4w) for rpool/data (VM disks)
  and rpool/ROOT (Proxmox OS); runs every 15 min via systemd timer
- syncoid: daily replication from rpool/data and pve-root to hdd/backups
  at 02:00; first full sync completed successfully
- All VM disks (gitea, monitoring) now backed up to HDD pool

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Adyrem
2026-05-15 14:45:18 +02:00
parent 069ad6afac
commit 81a2a4ba54
3 changed files with 47 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[Unit]
Description=Daily ZFS replication to HDD
After=sanoid.timer
[Timer]
OnCalendar=*-*-* 02:00:00
RandomizedDelaySec=10min
Persistent=true
[Install]
WantedBy=timers.target