Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.

4.7.1. Backup Methods and Media Types

💡 First Principle: Backup methods differ in what they copy and how they handle the archive bit (a flag that marks whether a file has been backed up). These differences determine backup job duration, storage consumed, and restore complexity—which directly maps to RTO achievement.

Backup Methods
MethodWhat It CopiesResets Archive BitRestore Requires
FullEverythingYesFull backup only
DifferentialChanged since last FULLNoFull + last differential
IncrementalChanged since last backup (any type)YesFull + every incremental since
Synthetic fullCombines full + incrementals at backup serverN/ASynthetic full only (like full)
ArchiveFiles with archive bit set; removes from sourceYesArchive job data
Open file (VSS)Files open/in-use via Volume Shadow Copy ServiceVariesDepends on method
SnapshotPoint-in-time copy (not always a full backup)N/ASnapshot data
Backup Frequency and Media Rotation
  • Backup frequency: How often backups run. Determines the maximum RPO—if you back up nightly and a failure occurs just before the backup, you lose up to 24 hours of data.
  • GFS (Grandfather-Father-Son) rotation: A classic media rotation scheme:
    • Son (daily): Overwritten each week
    • Father (weekly): Kept for a month
    • Grandfather (monthly): Retained for a year or longer
Backup Media Types
MediaSpeedCost/GBDurabilityUse Case
Tape (LTO)Fast sequential, very slow random accessVery lowExcellent (decades)Long-term archival, off-site
DiskFastModerateGoodOperational backup, fast restore
CloudVariable (network dependent)VariableProvider SLAOff-site, disaster recovery
PrintN/AN/APaper lifespanSpecific configurations, not data
File-level vs. System-state backups
  • File-level backup: Backs up specific files and directories. Fast and targeted but doesn't capture OS state, registry, system files.
  • System-state backup: Captures the OS, registry, boot files, and Active Directory (on domain controllers). Required for full server recovery. On DCs, system-state backup includes the AD database and SYSVOL—critical for AD restoration.

⚠️ Exam Trap: Incremental backups have the fastest backup time and smallest storage footprint—but the LONGEST restore time (must restore full + every incremental). Differential has longer backup time than incremental but faster restore. Full has the longest backup time but fastest restore. The exam presents this as a trade-off scenario.

Reflection Question: An organization needs to minimize recovery time after a server failure. Backup storage is not a concern. Which backup strategy (full, incremental, or differential) minimizes restore time, and what is the trade-off?

Alvin Varughese
Written byAlvin Varughese
Founder18 professional certifications