← Back to infra overview

Backup Strategy

The homelab uses a layered backup approach, split into two independent tracks: NAS user content, and Proxmox VM/LXC backups. Both follow a 3-2-1-style rule — multiple copies, multiple media types, at least one copy on a different machine.

NAS user content — four layers

LayerTargetFrequencyPurpose
SnapshotsSynology, built-inHourlyFast recovery of accidentally deleted files
Local backupUSB drive attached to the NASDailyLocal versioned backup, independent of the NAS disks
Offsite syncExternal drive on a Raspberry Pi in a different roomWeeklyGeographically separated copy within the flat
Cloud archiveCloud storageContinuousOff-site copy for worst-case scenarios (fire, theft)

Proxmox VM/LXC backups — three copies, two machines

CopyTargetFrequency
1 — originalProxmox host itselfDaily
2 — primary offsiteSynology NAS (different machine)Daily, right after copy 1
3 — secondary offsiteRaspberry Pi backup target, different roomDaily (skipped one day/week to avoid network contention with the weekly NAS sync)

Design principles