Manual backups fail for a predictable reason: they depend on you remembering to do them. The fix is to set up backups that run on their own, then check them occasionally rather than trigger them. Here's a setup for a laptop and a phone that takes about twenty minutes total.
The 3-2-1 rule, simplified
The standard backup guideline is three copies of your data, on two different types of storage, with one copy off-site. In practice, for a home setup, that usually means: the original on your device, one automatic copy to an external drive, and one automatic copy to the cloud. You don't need anything more elaborate than that.
Laptop: local backup
- macOS: Time Machine, built into macOS, backs up automatically to any external drive you connect and designate. Once set up in System Settings → General → Time Machine, it runs hourly in the background with no further action needed.
- Windows: File History (Settings → Update & Security → Backup) does the same job — point it at an external drive and it saves versions of your files automatically.
Laptop: cloud backup
A local backup protects against a failed drive; it doesn't protect against theft, fire, or flooding, since the backup sits next to the original. Cloud sync services (iCloud Drive, OneDrive, Google Drive) can be set to automatically sync your Documents and Desktop folders, giving you an off-site copy without manual uploads. This is different from a full system backup — it covers your files, not your installed apps and settings — but for most people, files are what actually matters.
Phone: this one's usually already half-done
iPhones back up automatically to iCloud when connected to Wi-Fi and power (Settings → [your name] → iCloud → iCloud Backup), and Android phones do the same through Google's backup service (Settings → System → Backup). Check that this is actually turned on — it's on by default for many accounts, but not all, especially if storage is full and backups have been silently failing.
The step everyone skips: testing the restore
A backup you've never tested is a backup you don't actually know works. Once a year, pick one file and actually restore it from your backup — not because you need it back, but to confirm the process works before you need it under pressure. For cloud backups, this can be as simple as checking that a recently modified file shows the correct version in your cloud drive's web interface.
What this setup protects against
- Drive failure — covered by the local backup.
- Theft, fire, flooding — covered by the cloud backup.
- Accidental deletion or a bad software update — covered by either, since both keep version history for a period.
- Ransomware — partially; keep at least one backup that isn't constantly, automatically synced, since live-synced backups can also get encrypted by ransomware before you notice.