
How to Back Up Your Computer So a Crash Never Costs You Data
A backup that actually works requires more than plugging in an external drive once a year. This guide walks you through the 3-2-1 strategy, the right tools for Windows and Mac, and the mistakes that leave people with nothing when disaster strikes.
- What You Need
- Step 1: Understand the 3-2-1 Rule Before You Do Anything Else
- Step 2: Set Up a Local Backup on Windows
- Step 3: Set Up Time Machine on Mac
- Step 4: Add a Cloud Backup (This Is the Offsite Copy)
- Step 5: Automate Everything and Set a Calendar Reminder to Test It
- Step 6: Handle Special Cases (Photos, Gaming Saves, Business Files)
- Common Mistakes
- Bottom Line
- Computer acting up? Get a real diagnosis.
- Frequently asked questions
- How often should I back up my computer?
- Is an external hard drive enough for a backup?
- Can I use iCloud or Google Drive as my backup?
- What is the difference between File History and a system image in Windows?
- What should I do if my drive already failed and I have no backup?
- How do I know if my backup is actually working?
TL;DR: Use the 3-2-1 rule: three copies of your data, on two different media types, with one copy offsite. Set it up once, automate it, and test it. Most people skip the test, which is exactly why they cry when their drive dies.
What You Need
Before you touch a single setting, gather these:
- An external hard drive or SSD with at least 1.5x the storage of your current drive (more is always better)
- A cloud backup account, either a dedicated service or an existing subscription you may already have
- About 30-60 minutes of focused setup time
- A second device to test your restore, ideally
You do not need expensive software for most home setups. Windows and macOS both ship with decent built-in backup tools. You just have to actually use them.
Step 1: Understand the 3-2-1 Rule Before You Do Anything Else
This is the foundation. If your backup strategy does not follow this, you are flying without a net.
3 copies of your data. Your original files count as one. Your local backup is two. Your offsite or cloud backup is three.
2 different media types. Your internal drive and an external drive are fine for two. A cloud backup adds the third.
1 copy offsite. This is the one everyone skips. If your external drive and your laptop both live on your desk and your house floods, you lose everything. South Florida is not exactly known for forgiving weather. Ask anyone who has been through a hurricane season.
Cloud backup solves the offsite requirement automatically. More on that in Step 4.
Step 2: Set Up a Local Backup on Windows
Windows 10 and 11 include File History, and it works well for documents, photos, and personal files.
How to enable File History:
- Plug in your external drive.
- Open Settings, go to Update and Security, then Backup.
- Under "Back up using File History," click "Add a drive" and select your external.
- Turn on "Automatically back up my files."
- Click "More options" to set how often it saves copies (hourly is fine) and how long to keep old versions.
File History is great for versioned file recovery, meaning you can roll back to an older version of a document you accidentally wrecked. It does not, however, create a full system image by default.
For a full system image (the entire drive, OS included), use the older "Backup and Restore (Windows 7)" tool still buried in the Control Panel. Search for it. It lets you create an image you can restore to bare metal if your drive completely fails.
If you ever find yourself past the point of backup and staring at a dead machine, our computer repair team can often recover data even from failed drives, but prevention is always cheaper and faster.
Step 3: Set Up Time Machine on Mac
Mac users have it slightly easier here. Time Machine is genuinely good software.
How to enable Time Machine:
- Plug in an external drive (formatted as Mac OS Extended or APFS).
- MacOS will usually ask if you want to use it for Time Machine. Say yes.
- If it does not ask, go to System Settings, then General, then Time Machine.
- Click "Add Backup Disk" and select your drive.
- Time Machine backs up automatically every hour, keeps daily backups for a month, and weekly backups until your drive fills up.
That is genuinely all you need to do for local Mac backups. The hard part is remembering to actually plug the drive in.
One important note: if you have a newer Mac with Apple Silicon, Time Machine creates a backup that can fully restore your system to a new Mac. That is powerful. Do not waste it by never running it.
If your Mac is giving you trouble and you are not sure whether your data is safe before attempting any repair, Mac repair starts with data protection first. Always.
Computer acting up? Get a real diagnosis. Book a free diagnostic
Step 4: Add a Cloud Backup (This Is the Offsite Copy)
Cloud backup and cloud storage are not the same thing. This matters.
Cloud storage (Dropbox, Google Drive, OneDrive) syncs files. If you accidentally delete a file and the sync catches up before you notice, that deletion can propagate everywhere. Sync is not backup.
Cloud backup (Backblaze, Carbonite, IDrive) continuously backs up your entire drive, keeps version history, and lets you restore deleted files even after the sync window closes. These services are designed specifically for recovery scenarios.
Backblaze Personal Backup is the most commonly recommended option for home users, and it covers unlimited storage for a flat annual fee. It runs quietly in the background and backs up continuously. That is about as low-friction as it gets.
If you already pay for Microsoft 365, you have OneDrive included, but use it for document sync and pair it with a true backup service. Do not rely on OneDrive alone as your backup strategy.
For businesses, the requirements are more serious. A sync service going down or corrupting data can mean compliance issues, lost client work, and real financial damage. Managed backups and disaster recovery are worth a proper conversation if you are running any kind of operation with critical data.
Step 5: Automate Everything and Set a Calendar Reminder to Test It
The backup that requires you to remember to do something is the backup that fails when you need it.
For local backups: leave the external drive plugged in. Yes, constantly. You can set File History or Time Machine to run on a schedule even when the drive is not always connected, but gaps in coverage are gaps in coverage.
For cloud backup: once the app is installed and running, it handles itself. Your main job is not unplugging or pausing it because you thought it was slowing down your internet. Let it run.
Test your backup every 3-6 months. This is the step that almost nobody does, and it is the only step that actually tells you whether your backup works.
Testing means: go into your backup software, pick a random file you have not touched in a while, restore it to a different folder, and confirm it opens correctly. If you are comfortable with it, go further and try restoring a full system image to a test environment or a spare machine.
If you have ever heard someone say "I had a backup but it did not work," this is usually why. Backups are not self-certifying. You have to verify them.
For anything time-sensitive or complex, remote support can walk you through a test restore without you needing to bring anything in.
Step 6: Handle Special Cases (Photos, Gaming Saves, Business Files)
A few things that standard backup setups miss:
Photos and videos. If you shoot a lot, your photo library can be enormous. Make sure your cloud backup is actually capturing your photo library folder. On Mac, if you use the Photos app and your library is stored externally, point Time Machine at that drive specifically.
Gaming save files. Steam Cloud handles saves for many games automatically, but not all. For games that store saves locally, check where they live on your drive and make sure they fall inside your backup scope. PC gamers who build custom rigs through our custom gaming PC builder often have substantial libraries worth protecting.
Business files. If you run any kind of business from your computer, your backup needs are different in kind, not just degree. Client records, contracts, financial data, and custom software configurations require a more robust approach than a home user's photo collection. Business IT support and a proper managed IT relationship can take that off your plate entirely.
Common Mistakes
Only having one copy. An external drive by itself is not a backup strategy. Drives fail. That is literally what they do eventually.
Treating sync as backup. Covered above, but worth repeating: Google Drive, iCloud, and OneDrive are not backup tools. They are sync tools. The distinction matters the moment you accidentally delete something important.
Never testing the restore. You do not know if your backup works until you try to use it. Test it.
Backing up to the same physical location as the original. Hurricane season in South Florida is not a metaphor. Offsite means actually offsite.
Pausing cloud backup because it "feels slow." Modern cloud backup tools are throttled to stay out of your way. Pausing it creates gaps. Let it run.
Forgetting to update what is being backed up. If you add a new folder for a project or move your documents, check that your backup scope covers the new location.
Bottom Line
A working backup strategy is three things: local, offsite, and tested. Windows and macOS give you the local tools for free. A cloud backup service covers the offsite requirement for a small annual cost. Testing takes twenty minutes twice a year and is the only part that actually confirms you are protected.
Set it up today, not next week. Drives do not wait for a convenient time to fail.
If you have already had a crash and you are hoping to recover data from a damaged drive, or if you want help setting up a backup system you know will hold, reach out and book a time with us. We work with home users and businesses across West Palm Beach and South Florida, and we have seen what happens when a backup plan stays on the to-do list too long.
Computer acting up? Get a real diagnosis.
Fix My PC Store has repaired thousands of machines across West Palm Beach. Free diagnostics, honest pricing, no upsell games.
Frequently asked questions
How often should I back up my computer?
For most home users, an automated hourly or daily backup is ideal and easy to set up with File History on Windows or Time Machine on Mac. Cloud backup tools run continuously in the background. The key is automation, because manual backups get forgotten.
Is an external hard drive enough for a backup?
An external drive covers your local backup, but it is not enough on its own. If the drive fails, gets stolen, or is destroyed in the same event that takes out your computer, you lose everything. You need a cloud or offsite copy as well to follow the 3-2-1 rule.
Can I use iCloud or Google Drive as my backup?
These are sync services, not true backup tools. They mirror what is on your device, so if you delete a file and the sync catches up, that deletion spreads everywhere. A dedicated backup service like Backblaze keeps version history and protects you from accidental deletions and ransomware scenarios.
What is the difference between File History and a system image in Windows?
File History backs up your personal files and keeps multiple versions so you can roll back changes. A system image captures everything on the drive, including your operating system, installed programs, and settings. You ideally want both: File History for everyday file recovery and a system image for full disk failure scenarios.
What should I do if my drive already failed and I have no backup?
Do not write anything new to the failed drive and do not run recovery software on it without understanding what you are doing, as that can overwrite recoverable data. Bring it to a professional. Our computer repair team in West Palm Beach has experience recovering data from failed drives, though success depends on how the drive failed.
How do I know if my backup is actually working?
You test it. Open your backup software, pick a random file, restore it to a different folder, and confirm it opens correctly. Backup tools can run silently and still fail to capture new files if the scope is wrong or the drive has an issue. Test every three to six months at minimum.