Backup & Recovery Methods

Key Takeaways

  • The 3-2-1 backup rule states: maintain at least 3 copies of data, on 2 different types of media, with 1 copy stored off-site (or in the cloud).
  • Full backups copy everything (slowest, most storage), incremental backups copy only changes since the last backup of any type (fastest, least storage, slowest restore), and differential backups copy all changes since the last full backup (middle ground).
  • Windows backup tools include File History (continuous file backup), System Image Backup (full disk image), and System Restore (system settings only).
  • Recovery Point Objective (RPO) defines the maximum acceptable data loss (how old can the backup be), while Recovery Time Objective (RTO) defines the maximum acceptable downtime.
  • Cloud backup services (OneDrive, Google Drive, Backblaze, Carbonite) provide automatic off-site backup with versioning, but restore speed depends on internet bandwidth.
Last updated: March 2026

Backup & Recovery Methods

Backup Types

Backup TypeWhat It CopiesSpeedStorage UsedRestore Speed
FullEverythingSlowestMostFastest (one backup needed)
IncrementalChanges since last backup (any type)FastestLeastSlowest (need full + all incrementals)
DifferentialChanges since last full backupMediumMediumMedium (need full + latest differential)

Backup Rotation Example (Weekly Schedule)

Full + Incremental Strategy:

DayBackup TypeContains
SundayFullEverything
MondayIncrementalChanges since Sunday full
TuesdayIncrementalChanges since Monday incremental
WednesdayIncrementalChanges since Tuesday incremental
ThursdayIncrementalChanges since Wednesday incremental
FridayIncrementalChanges since Thursday incremental

To restore Thursday's data: You need Sunday's full + Monday's inc + Tuesday's inc + Wednesday's inc + Thursday's inc (5 backups)

Full + Differential Strategy:

DayBackup TypeContains
SundayFullEverything
MondayDifferentialAll changes since Sunday full
TuesdayDifferentialAll changes since Sunday full
WednesdayDifferentialAll changes since Sunday full
ThursdayDifferentialAll changes since Sunday full

To restore Thursday's data: You need Sunday's full + Thursday's differential (2 backups)


The 3-2-1 Backup Rule

RuleMeaning
3 copiesKeep at least 3 copies of important data
2 media typesStore on at least 2 different types of storage (e.g., local SSD + external HDD)
1 off-siteKeep at least 1 copy off-site or in the cloud

Example: Original data on PC (copy 1) + backup on external drive (copy 2, different media) + cloud backup (copy 3, off-site)


Windows Backup and Recovery Tools

ToolPurposeLocation
File HistoryContinuous backup of personal files (Documents, Desktop, etc.)Settings > Update & Security > Backup
System Image BackupFull disk image for bare-metal restorationControl Panel > Backup and Restore (Windows 7)
System RestoreRestores system files and settings (not personal files)Control Panel > Recovery
Reset This PCReinstalls Windows (keep or remove files option)Settings > Recovery
Windows Recovery EnvironmentBoot-time recovery tools (Startup Repair, CMD, System Restore)Boot from recovery media or interrupt boot 3 times
Previous VersionsRestore files from File History or shadow copiesRight-click file/folder > Properties > Previous Versions

Recovery Concepts

RPO and RTO

ConceptDefinitionExample
RPO (Recovery Point Objective)Maximum acceptable data loss measured in timeRPO of 4 hours = can lose up to 4 hours of data
RTO (Recovery Time Objective)Maximum acceptable downtimeRTO of 2 hours = must be operational within 2 hours

Image-Based Recovery

  • A system image is a complete copy of the entire drive (OS, programs, settings, data)
  • Allows bare-metal recovery — restore to a completely new drive
  • Faster than reinstalling OS + all programs individually
  • Should be created after initial setup and periodically thereafter

Cloud Backup

ServiceTypePlatform
OneDriveFile sync + backupWindows, mobile
Google DriveFile sync + backupAndroid, Chrome OS
iCloudFile sync + device backupmacOS, iOS
BackblazeFull computer backupWindows, macOS
CarboniteFull computer backupWindows

Backup Best Practices

  1. Test your backups regularly — A backup that cannot be restored is worthless
  2. Automate backups — Manual backups are forgotten; schedule automatic backups
  3. Follow the 3-2-1 rule — Multiple copies, multiple media, off-site
  4. Encrypt sensitive backups — Especially off-site and cloud backups
  5. Document the backup plan — What is backed up, where, how often, and how to restore
  6. Monitor backup success — Check logs to ensure backups complete without errors
  7. Include system state — Back up not just data files but also OS, applications, and configurations
Test Your Knowledge

Which backup type copies ONLY the changes made since the last full backup?

A
B
C
D
Test Your Knowledge

To restore Wednesday's data using a full backup from Sunday and daily incremental backups, how many backup sets do you need?

A
B
C
D
Test Your Knowledge

The 3-2-1 backup rule recommends:

A
B
C
D
Test Your Knowledge

What is the Recovery Time Objective (RTO)?

A
B
C
D