Backup, RAID and Recovery

RAID levels and backup types both come down to a trade between speed, capacity and how much you can lose. The tables state each one so a scenario can be matched to it.

RAID levels

LevelMinimum disksFault toleranceUsable capacity
02None. One failure loses everything100%
12One disk per mirror50%
53One diskTotal minus one disk
64Two disksTotal minus two disks
10 (1+0)4One per mirrored pair50%

Backup types

TypeCopiesRestore needsArchive bit
FullEverythingThe full backup onlyCleared
IncrementalChanges since the last backup of any kindFull plus every incremental sinceCleared
DifferentialChanges since the last fullFull plus the latest differentialNot cleared
SnapshotPoint-in-time stateThe snapshot. Not a backup on its ownNot applicable
Synthetic fullAssembled from a full plus incrementsBehaves like a fullNot applicable

Backup strategy

RuleMeaning
3-2-1Three copies, two media types, one off site
3-2-1-1-0Adds one immutable or offline copy, and zero errors on test restore
Grandfather-father-sonDaily, weekly and monthly rotation
Immutable backupCannot be altered or deleted for a set period. Ransomware defence
Air gapPhysically or logically disconnected copy
Test restoreThe only thing that proves a backup works

Recovery sites

SiteWhat is readyCostTime to switch
HotRunning systems and current dataHighestMinutes
WarmHardware and connectivity, data needs restoringMiddleHours to a day
ColdSpace and power onlyLowestDays to weeks
CloudProvisioned on demandPay as usedMinutes to hours

Now test yourself

Memorizing a table is a start. Practice questions are what make it stick, and every answer carries the full explanation.