← back to blog
4 min read
  • #backups
  • #security
  • #small-business

Backups: the boring thing that saves you

The 3-2-1 backup rule scaled down for a one-location business. What to save, what to skip, and why automation beats memory.


Nobody loses their business to a hacker like in the movies. They lose it to a dead laptop, a stolen phone, or a surprise "platform upgrade" email from a website builder. I have met small business owners around Heber City running their whole operation off one device with zero copies. The fix costs almost nothing. It is just boring, so nobody does it.

The 3-2-1 rule, scaled down

The classic backup rule says keep 3 copies of your data, on 2 different types of storage, with 1 copy off-site. It shows up in the Security+ material I am studying, and it holds up. But it was written for companies with server rooms. Here is the version that fits a one-location business:

  • Copy 1: the original. Your phone, your laptop, your website host.
  • Copy 2: an automatic cloud copy. Google Photos, iCloud, Google Drive, whatever you already have.
  • Copy 3: a cheap external drive you plug in once a month.

That is it. Two of those copies happen without you thinking about them. The third takes ten minutes over coffee.

One honest warning before you relax: cloud sync alone is not a backup. If you delete a photo on your phone, sync deletes it in the cloud too. Sync protects you from a lost device, not from a mistake. That is why the external drive earns its spot.

What a local business actually needs to save

Not everything. Trying to back up "everything" is how people burn out and back up nothing. For a salon, a dog groomer, a landscaper, a restaurant, the list is short:

  1. The customer list. Names, phone numbers, appointment notes. This is the most valuable file in the business, and it is usually trapped in one phone's contacts or in a booking app you do not control. Most booking apps have an export-to-CSV button buried in settings. Use it monthly.
  2. Your photos. Before-and-after shots, the plated food, the finished yard. That is your marketing library. If those photos only live on one phone, they are one cracked screen away from gone.
  3. Your website. If someone built it on a site builder, ask them one direct question: if this platform shut down tomorrow, do I have my files? When I built the site for Susy Nails, the whole thing went into a Git repository. I could redeploy it to a new host in an afternoon. If the answer for your site is "I don't know," that is a problem worth fixing.
  4. Money records. Invoices, receipts, whatever the tax person will ask for in April.

Notice what is not on the list: your apps, your operating system, your settings. Those are replaceable. Your data is not.

Automation beats discipline, every time

I do not trust myself to remember backups, and I build software for a living. So I automated mine. My code goes to GitHub every time I push. My business files copy themselves to an external drive every evening at 6 pm through a scheduled task I set up once. I have not thought about it since, which is the whole point. Discipline fails on busy weeks. Busy weeks are exactly when you lose things.

You do not need to be technical to get the same result:

  • Turn on Google Photos or iCloud backup on the business phone. One toggle, five minutes.
  • Keep the customer spreadsheet in Google Drive or OneDrive instead of on the desktop. It backs up every time you save.
  • Set a monthly phone reminder that says "plug in the drive." A 1 TB external drive runs around $50 and will hold years of a small business.

Then test it. A backup you have never opened is a guess, not a backup. Once or twice a year, plug in the drive, open a file, and confirm it is really there.

Where this falls short

I will be straight about the limits. This setup will not save you from ransomware that quietly corrupts files for weeks before you notice, because your backups may have copied the damage along with everything else. Real protection against that needs versioned backups that keep older copies of every file, which costs more and takes more setup. For most one-location businesses, the dead-laptop and stolen-phone scenarios are far more likely, so start here and upgrade later. Also, an exported customer list is only as fresh as the last export. Monthly is fine for most shops. If bookings are your entire business, make it weekly.

If you run a local business and you are not sure what would survive if your main device died today, I will check for you as part of a site review. I do a free 24-hour audit, three real findings, yours to keep either way. Send me your site at /audit and I will tell you where your data actually lives, no charge and no pressure.

$ share

community rating

$ ls ./comments

sign in or create an account to rate and comment.

no comments yet, be first.