--- title: "Backup Strategy" section: "infra" tags: "infra" parent: "/infra/" description: "Layered 3-2-1 backup strategy covering NAS snapshots, offsite copies, and cloud storage." layout: base.njk ---
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.
| Layer | Target | Frequency | Purpose |
|---|---|---|---|
| Snapshots | Synology, built-in | Hourly | Fast recovery of accidentally deleted files |
| Local backup | USB drive attached to the NAS | Daily | Local versioned backup, independent of the NAS disks |
| Offsite sync | External drive on a Raspberry Pi in a different room | Weekly | Geographically separated copy within the flat |
| Cloud archive | Cloud storage | Continuous | Off-site copy for worst-case scenarios (fire, theft) |
| Copy | Target | Frequency |
|---|---|---|
| 1, original | Proxmox host itself | Daily |
| 2, primary offsite | Synology NAS (different machine) | Daily, right after copy 1 |
| 3, secondary offsite | Raspberry Pi backup target, different room | Daily (skipped one day/week to avoid network contention with the weekly NAS sync) |