Files
homelab/proxmox/sanoid.conf
T
Adyrem 81a2a4ba54 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>
2026-05-15 14:45:18 +02:00

29 lines
526 B
Plaintext

# VM disks on SSD pool — snapshot daily/weekly
[rpool/data]
use_template = vms
recursive = yes
# Proxmox OS root — lighter schedule, mainly for recovery
[rpool/ROOT]
use_template = system
recursive = yes
#############################
[template_vms]
daily = 7
weekly = 4
monthly = 0
hourly = 0
frequently = 0
autosnap = yes
autoprune = yes
[template_system]
daily = 3
weekly = 2
monthly = 0
hourly = 0
frequently = 0
autosnap = yes
autoprune = yes