Backup Basics
Learn the concept, follow the practical steps, and apply what you learn through a simple activity.
What Is a Backup?
A backup is a separate copy of important data that you can use if the original files are deleted, corrupted, damaged, lost, or made unavailable.
Why Backups Matter
- A laptop or storage drive can fail unexpectedly.
- Files can be deleted by mistake.
- Malware or ransomware can make files unavailable.
- A device can be lost, stolen, or physically damaged.
- Software or synchronization mistakes can affect files.
Backups reduce the impact of these events. They are about protecting your data, not simply keeping the computer running.
Backup vs Copy vs Sync
| Concept | Meaning | Important point |
|---|---|---|
| Copy | Creates another copy of a file or folder. | The original normally remains unchanged. |
| Backup | Keeps a recoverable copy for protection against loss. | It should be available when the original is unavailable. |
| Sync | Keeps data synchronized between locations or devices. | A change or deletion can sometimes be synchronized too, so sync alone is not always a backup. |
The 3-2-1 Backup Idea
A useful general strategy is the 3-2-1 rule:
- 3 copies of important data.
- Stored on at least 2 different types of storage.
- Keep at least 1 copy in a separate location.
Common Backup Destinations
- External HDD: Useful for large local backups at relatively low cost.
- External SSD: Fast and portable, useful for frequently accessed backup sets.
- USB flash drive: Convenient for smaller sets of files, but do not treat one flash drive as your only backup.
- Cloud storage: Provides an off-device copy and can help when a local device is lost or damaged.
- Network storage: Useful for households or organizations that need centralized storage and backup.
What Should You Back Up?
Prioritize files that would be difficult or impossible to recreate.
- Personal documents and certificates.
- Photos and videos.
- School or work projects.
- Important spreadsheets and records.
- Creative work and source files.
- Other data that is important to you.
Operating-system files and applications can often be reinstalled, while personal data may be irreplaceable.
How to Make a Simple Local Backup
- Connect a trusted external drive with enough free space.
- Open File Explorer with Windows + E.
- Find the important folders you want to protect.
- Copy those folders to a clearly named backup folder on the external drive.
- Wait for the copy operation to finish.
- Open a few copied files from the backup and confirm they work.
- Safely eject the external drive when finished.
Automatic Backups
Automatic backup tools can reduce the chance of forgetting to make backups. Depending on the Windows setup, you may use features such as File History, Windows backup features, or a trusted backup application.
Automatic backup does not mean you should ignore the backup destination. Periodically check that backups are completing and that important files are included.
Backup Frequency
The right schedule depends on how often your data changes and how much work you could afford to lose.
| Data | Example approach |
|---|---|
| Frequently changing work | Frequent or automatic backups |
| Photos and personal documents | Regular backups whenever new important files are added |
| Rarely changing archives | Back up when the archive changes, then verify it |
Backup Security
- Protect sensitive backups from unauthorized access.
- Use strong account security and multi-factor authentication for cloud accounts.
- Do not leave an external backup drive permanently connected if it does not need to be.
- Keep at least one backup separate from the computer so a single incident cannot affect every copy.
- Be careful with ransomware: a constantly connected writable backup can also be affected by malicious software.
How to Test a Backup
- Choose a non-critical file from the backup.
- Open it directly from the backup location.
- Check that the file is readable and appears complete.
- For a larger backup system, periodically perform a controlled restore test.
Remember: “Backup completed” and “I can restore my data” are related but not identical checks.
If You Accidentally Delete a File
- Stop making unnecessary changes to the affected storage when possible.
- Check the Recycle Bin.
- Check your backup or cloud version history if available.
- Use the recovery options provided by your backup system.
- If the data is extremely important and no backup exists, avoid random recovery software or repeated writes and consider professional recovery advice.
Practical Activity
- Choose a few non-sensitive practice files.
- Create a folder named Computer Basics Backup Practice.
- Copy the files to a trusted external drive or suitable cloud location.
- Open one copied file to verify the backup.
- Write down where the backup is stored and when it was created.
- Safely disconnect the external drive if you used one.
Goal: Practice the complete backup cycle: select → copy → verify → record → protect.
Common Mistakes
- Keeping the only copy of important data on one device.
- Assuming cloud synchronization is automatically a complete backup.
- Never testing whether a backup can be opened or restored.
- Keeping every backup connected to the same computer all the time.
- Backing up only after a data-loss event.
- Forgetting where a backup was stored or which files it contains.
Quick Self-Check
- What is a backup?
- What does the 3-2-1 rule mean?
- Why is sync not always the same as backup?
- Why should you test backups?
- Why is a separate backup location useful?
Show Answers
1. A separate copy of important data kept for recovery if the original is lost or unavailable.
2. Three copies, on two different storage types, with one copy kept separately.
3. Synchronization can also synchronize changes or deletions, so it does not necessarily provide an independent recovery copy.
4. To confirm that the data is actually readable and recoverable.
5. It reduces the chance that one event, such as device failure or theft, destroys every copy.