All articles
Tech Tips 8 min read

By the RaxxWare engineering team ·

How to Back Up Your Business Data Properly (The 3-2-1 Rule)

Most small business backups fail at the worst possible moment. Here is the 3-2-1 rule, how to test a restore, and the backup mistakes that quietly leave you exposed.

Almost every business owner believes they have backups. Far fewer have backups that would actually work. The gap between those two states usually goes unnoticed for years, right up until the morning a drive dies, a laptop is stolen, or ransomware encrypts a shared folder, and someone discovers that the backup stopped running eleven months ago or that it only ever covered one machine.

A backup is not a file that exists somewhere. A backup is a tested, repeatable ability to get your business back to working order within a time you can afford. This guide covers the standard that professionals use, how to apply it without buying anything expensive, and the specific ways backups fail quietly so you can check for them today.

The 3-2-1 Rule Explained

The 3-2-1 rule is the backup industry's baseline, and it survives because it defends against different kinds of failure at once. It says: keep three copies of your data, on two different types of storage, with one copy stored off site.

Three copies means the original plus two backups. If that sounds excessive, consider that a single backup gives you no protection when the failure happens during the backup itself, or when the corruption you are trying to escape was faithfully copied into your only spare.

Two different types of storage means not putting both copies in the same basket. An external drive and a cloud service. A network drive and a cloud service. The point is that whatever kills one type is unlikely to kill the other. Two external drives sitting on the same desk, plugged into the same power strip, are effectively one copy in the eyes of a power surge, a flood, or a thief.

One copy off site means at least one backup lives somewhere your building's disasters cannot reach. Fire, flood, burglary, and a burst pipe upstairs do not care how diligent your backup schedule was if every copy was in the same room.

What Actually Needs Backing Up

Most owners think of documents and stop there. The list is longer than that, and the items people forget are usually the ones that hurt most when they are gone.

Work through this list and mark what is currently covered. The gaps are usually obvious once written down:

  • Financial records, including your accounting file and supporting receipts and statements.
  • Customer and contact data, whether it lives in a CRM, a spreadsheet, or someone's email contacts.
  • Contracts, agreements, insurance documents, and licenses.
  • Anything on individual employee laptops that has never been saved to a shared location.
  • Your website and its database, which your host may back up less thoroughly than you assume.
  • Email, which many businesses wrongly assume is permanently safe because it is in the cloud.
  • Configuration and credentials, such as which services you pay for and how they are set up.
  • Photos, designs, and media files, which are often large enough that people quietly exclude them.

The Cloud Is Not Automatically a Backup

This is the single most common misunderstanding, and it is worth being precise about. Services like Google Drive, Dropbox, and OneDrive are synchronization tools. Their job is to make the same files appear on every device. That is a genuinely useful thing, and it does protect you when a laptop dies, because the files still exist in the cloud.

But synchronization faithfully copies your mistakes. If a file is deleted, encrypted by ransomware, or overwritten with a bad version, the sync service dutifully propagates that change everywhere within seconds. The damage arrives at every device you own, quickly and automatically.

Most sync services do keep version history and a recycle bin, typically for thirty days, which is a real safety net for individual mistakes. It is not equivalent to a backup, because it is time limited, it can be exhausted by a large-scale encryption event, and it depends on you noticing the problem inside the window. Treat sync as convenience and availability. Keep a separate, genuine backup underneath it.

The same caution applies to software as a service platforms generally. Your accounting software, your CRM, and your email provider all run their own infrastructure backups, but those exist to recover their systems, not to undo the afternoon someone on your team bulk deleted six hundred records. Check whether each platform offers an export, and schedule that export.

How to Set This Up Without Spending Much

A workable 3-2-1 setup for a small business is neither complicated nor expensive, and you can usually build it from things you already pay for.

Start with the local copy. An external drive with automated backup software is the cheapest layer. Both major operating systems include this at no cost: Time Machine on macOS and File History or the built-in backup tools on Windows. Plug in a drive, turn the feature on, and let it run continuously in the background.

Add the off-site copy with a dedicated backup service rather than a sync service. Providers in this category charge a flat monthly rate for continuous, versioned, encrypted backup of an entire machine, usually in the range of a few dollars per computer per month. The important features are unlimited version history or a long retention window, and encryption where you hold the key.

For data that lives inside platforms rather than on a machine, schedule exports. Most accounting, CRM, and ecommerce tools can export to a file on a recurring basis or via their API. Drop those exports into a folder that is itself covered by the two layers above, and you have brought your cloud platforms inside your backup perimeter.

Finally, write down what is covered and where it goes. A single page listing each system, its backup method, and its restore steps turns a pile of tools into an actual plan that someone other than you could follow.

Test the Restore, Not the Backup

This is the step nearly everyone skips, and it is the step that determines whether any of the previous work mattered. A backup that has never been restored is a theory.

Backups fail silently in ways that are invisible from the outside. The job errors out every night but sends its alert to an inbox nobody reads. It runs perfectly but was configured years ago against a folder that has since moved. It captures the database file while the database is mid write, producing a copy that looks fine and will not open. It quietly excludes files above a size threshold. In every one of these cases the dashboard is green and the data is not there.

Testing is straightforward. Once a quarter, pick a real file from a few weeks back and restore it to a temporary location. Open it and confirm the contents are what you expect. Once a year, do a larger drill: restore a meaningful chunk of data, or ask what you would actually do if a primary machine died this morning, and walk through it far enough to expose the gaps.

Time the drill while you are at it. The number you get is your realistic recovery time, and knowing it is the difference between an inconvenient afternoon and a genuine crisis. If restoring your critical systems would take three days and your business cannot survive three days offline, you have just learned something important while it is still cheap to fix.

Protecting Backups From Ransomware

Modern ransomware specifically hunts for backups before it encrypts anything, because attackers know that a business with working backups will not pay. Any backup drive that is permanently connected and writable is a target, and so is any cloud backup whose credentials are saved on the infected machine.

The defense is that at least one copy must be difficult or impossible for a compromised computer to alter. In practice, that means one of a few things:

  • Immutable backups, where the service prevents any change or deletion for a set retention period, even by someone holding valid credentials.
  • Offline copies, meaning a drive that is physically disconnected between backup runs and stored away from the machine.
  • A separate account with its own password and multi-factor authentication for the backup service, never saved in the browser of a working machine.
  • Versioning with long retention, so that even if current files are encrypted, a clean copy from before the infection is still recoverable.

Common Backup Mistakes

A handful of specific errors account for most real-world backup failures. Check yourself against each of them:

  • Backing up only the server or only one computer, while critical work sits on individual laptops.
  • Assuming a cloud platform's own infrastructure backups will restore your accidentally deleted records.
  • Never testing a restore, so configuration drift and silent errors go undetected for years.
  • Keeping every copy in the same physical location, which turns one fire or theft into total loss.
  • Leaving the backup drive permanently connected, where ransomware can encrypt it along with everything else.
  • Sending failure alerts to an unmonitored address, so a job that stopped months ago looks fine.
  • Forgetting that a former employee's account may hold the only copy of important files.
  • Backing up the data but not the knowledge of how to rebuild the environment it lives in.

Frequently Asked Questions

How often should a small business back up its data?

Match the frequency to how much work you could afford to redo. Continuous or hourly backup is the sensible default for active files and costs little more than daily, since most tools now back up changes automatically in the background. For systems that change slowly, nightly is fine. The question to ask is how many hours of lost work would genuinely hurt, and then back up at least that often.

Is Google Drive or Dropbox enough of a backup for my business?

On their own, no. They are sync tools, which means a deletion, a bad overwrite, or a ransomware encryption is copied to every device automatically. Their thirty-day version history is a useful safety net for individual mistakes but is time limited and can be overwhelmed by a large event. Keep using them for availability and collaboration, but run a genuine versioned backup underneath.

How do I know if my backups are actually working?

Restore something. A green dashboard only proves the job ran, not that the data is usable. Once a quarter, pick a real file from a few weeks ago, restore it to a temporary location, and open it. Once a year, do a larger drill and time it, because that number is your true recovery time and it is far better to learn it during a test than during an emergency.

See what this would cost to fix

RaxxWare builds custom software and automation for problems exactly like this. Get a free business audit or estimate your savings with our ROI calculator — no commitment.

Keep reading