Nearly every small business owner thinks they have backups. Many of them are wrong — and they find out at the worst possible time. Here's how to do it correctly so that if something goes wrong, recovery is measured in hours, not weeks.
Why most small business backups fail
The most common failures we see:
- Syncing isn't the same as backing up. If your files are in Dropbox or Google Drive and you get ransomware, the encrypted versions sync and overwrite your backups. Cloud sync is not a backup.
- The backup ran once and was never checked again. Backup jobs fail silently. Hard drives fail. Credentials expire. Without monitoring, you can go months thinking you're protected when you aren't.
- Everything is on the same network. An external drive plugged into your computer that's always on is vulnerable to the same ransomware that hits your main drive. A backup isn't useful if it gets encrypted too.
- Nobody has ever tested a restore. A backup is only as good as your ability to actually restore from it. Many businesses have never tried — until the day they have to.
The 3-2-1 rule: the standard that works
The 3-2-1 backup rule is the industry standard for a reason. It's simple and it addresses the most common failure modes:
- 3 copies of your data. The original plus two backups.
- 2 different storage types. For example, local external drive plus cloud storage. Relying on one medium (all cloud, all local) is a single point of failure.
- 1 copy offsite. If there's a fire, flood, or theft at your location, your local backup is gone along with your primary data. A cloud copy or offsite drive survives physical disasters.
For most small businesses, this translates to: automated daily backups to cloud storage (offsite copy) plus a local external drive backup for faster restores. That's it.
Cloud vs. local backup — you need both
Cloud backup(Backblaze, Acronis, Veeam, Wasabi) continuously backs up your files to remote servers. It protects against local disasters and ransomware (assuming versioning is enabled and there's a delay before encrypted versions overwrite clean ones). Restoration can be slow for large datasets — downloading terabytes takes time — but for most small businesses, the data volume is manageable.
Local backupto a network-attached storage (NAS) drive or an external drive that's disconnected after each backup gives you fast restoration for day-to-day failures. A local restore from an external drive is far faster than downloading from the cloud.
The combination of both gives you speed (local) and disaster protection (cloud). Choosing one or the other means accepting a gap.
Ransomware-proofing your backups
Ransomware specifically targets backup systems. Modern strains will wait weeks before activating, giving the encrypted files time to propagate to backups. Then it deletes your shadow copies and demands payment.
Practical defenses:
- Enable versioning. Your backup solution should keep multiple versions of files (30+ days), not just the most recent copy. This means you can roll back to a clean version before the infection.
- Use immutable backups. Some cloud backup solutions offer "immutable" storage, where backups cannot be modified or deleted for a set period — even by an admin account. This is specifically designed to defeat ransomware.
- Disconnect local drives. Drives that are always connected and always on can be reached by ransomware. A drive you connect weekly and then disconnect is much harder to compromise.
- Don't let backups run under admin credentials. Use a dedicated, limited backup account so that compromised credentials can't reach your backup systems.
Test your restore — at least once a year
Put a calendar reminder on your schedule: once a year, actually restore a file or a system from your backup. Pick something representative — a folder of documents, a database, a configuration file. Verify that the restored version is complete and functional.
This exercise regularly reveals problems: backup jobs that stopped running, storage that filled up, credentials that expired, restore procedures that nobody actually knows. Better to find out in a drill than in a crisis.
Also document your recovery process. When something goes wrong, stress levels are high and clear steps matter. Know in advance: where are the backups, who has the credentials, how long does a restore take, and who do you call for help?
The bottom line
Follow the 3-2-1 rule, enable versioning, keep one copy offsite, and test a restore every year. Set up automated daily backups to cloud storage and you've covered the overwhelming majority of failure scenarios.