Individual backup tools — Proxmox Backup Server, TrueNAS snapshots, Gitea repository backups — each protect their own specific piece of your homelab, but without an overall strategy tying them together, it’s easy to end up with gaps you don’t discover until it’s too late. The 3-2-1 backup rule provides that overall structure, a simple framework ensuring your data survives even scenarios that would defeat any single backup approach alone.
What Is the 3-2-1 Rule?
The 3-2-1 rule is a long-standing backup principle stating you should keep:
- 3 total copies of your data (the original plus two backups)
- 2 different storage media or types (not all copies on identical, identically-vulnerable storage)
- 1 copy stored off-site (physically separate from your home, protecting against fire, theft, or other local disasters)
Why a Single Backup Isn’t Enough
A single backup protects against one specific failure mode — usually accidental deletion or a single drive failure — but doesn’t protect against scenarios affecting multiple things at once. If your only backup lives on a second drive in the same physical machine, a house fire, a lightning strike frying multiple devices simultaneously, or ransomware encrypting everything reachable on your network defeats that single backup just as thoroughly as it defeats your primary data.
Applying “3 Copies” in a Home Lab
Your original data (running VMs, active files) counts as copy one. From there:
- Copy two: Proxmox Backup Server () running on separate physical storage from your primary VMs
- Copy three: an off-site or cloud-based backup covering at minimum your most critical data, even if not everything
Applying “2 Different Media” in a Home Lab
Avoid keeping every copy on the same type of storage with the same failure characteristics:
- If your primary VM storage is SSD-based, consider a secondary backup target using different hardware entirely (a separate NAS with spinning HDDs, for instance)
- Some homelab users include an occasional offline backup (an external drive disconnected except during the backup process itself) as a distinct “media type” specifically resistant to ransomware, which can’t encrypt a drive that isn’t currently connected
Applying “1 Off-Site Copy” in a Home Lab
This is the step most homelab setups skip entirely, since it’s the least convenient — everything covered elsewhere in this series (PBS, TrueNAS snapshots, Proxmox’s own backup scheduler) protects against hardware failure, but not against something happening to your home itself. Practical off-site options include:
- Cloud storage via rclone – syncing your most critical backups to a cloud storage provider, encrypted before upload if using a provider you don’t want to have plaintext access to your data
- A backup at a family member or friend’s location – a small NAS or even a single external drive kept at a trusted second location, periodically synced or physically swapped
- A colocated server or cheap VPS with attached storage – for those wanting more control than a consumer cloud storage provider offers
Prioritizing What Actually Needs Off-Site Protection
Not everything necessarily needs the full 3-2-1 treatment — disposable test VMs or easily re-downloaded media libraries matter far less than genuinely irreplaceable data (personal photos, documents, self-written code and configuration, database contents for services you actually depend on). Applying the full rule selectively to what actually matters keeps the off-site step manageable rather than an overwhelming amount of data to move.
Testing Restores, Not Just Backups
A backup you’ve never actually tried restoring is only a hypothesis, not a real safety net. Periodically — not just once when first setting things up — actually restore from each layer of your backup strategy to confirm the data comes back intact and usable, catching any silent corruption or configuration drift in your backup process before you’re relying on it during an actual emergency.
Documenting Your Backup Strategy
Write down what’s backed up where, how often, and how to actually perform a restore for each piece — ideally somewhere accessible even if your primary homelab is completely unavailable (a printed copy, or a note stored somewhere outside your homelab entirely), since a backup strategy that only you remember and only works if your primary systems are already running defeats part of its own purpose.
Final Thoughts
Applying the 3-2-1 backup rule to your home lab ties together the individual backup tools covered throughout this series — Proxmox Backup Server, NAS snapshots, off-site replication — into a coherent strategy that survives failure scenarios no single backup method alone can fully protect against. The off-site copy is the step most often skipped, but it’s exactly the piece that protects against the scenarios where losing everything would actually hurt the most.

Leave a Reply