Backups protect against data loss from hardware failure, accidental deletion, or malware. The 3-2-1 rule recommends keeping three copies of important files, on two different storage types, with one copy stored offsite such as cloud storage.
The 3-2-1 rule makes intuitive sense once you understand that different failure modes destroy different copies. Your hard drive can fail silently — and often does, without warning. Accidental deletion removes the file from its original location. Ransomware or malware can encrypt everything on a connected drive. Having three copies isn't paranoid redundancy; it's a deliberate strategy to ensure no single event can wipe everything at once.
The "two different media types" part guards against correlated failures. If your files live on a laptop and an external hard drive sitting next to it, both can be destroyed in the same fire, flood, or theft. An external drive and a cloud service represent genuinely independent failure modes — one requires physical destruction, the other requires a service outage or account compromise. Most failures that hit one won't hit the other.
The "one offsite" requirement is the most commonly skipped step — and the most important. Local backups protect against file accidents (deletion, corruption). Offsite backups protect against location-level disasters. Cloud storage services like Google Drive, iDrive, or Backblaze provide automatic offsite backup as long as the software runs regularly. The critical question isn't whether you have cloud storage — it's whether backup software is actually syncing on a schedule and whether you've tested restoring a file from it.
Automation is what separates a reliable backup system from a wishful one. Manual backups require remembering, and memory fails precisely when you're busy or stressed — the same times when mistakes happen. Time Machine on macOS, Windows Backup, or dedicated software like Arq or Duplicati can schedule backups automatically. Set it, verify it works by restoring a test file, and let it run. The backup you don't have to think about is the backup that's actually there when you need it.
No topics depend on this one yet.