Architecture

Immutable vs Air-Gapped Backup for Ransomware Recovery

A decision framework for choosing logical immutability, physical isolation or a layered combination.

Direct answer

Direct answer

Immutable and air-gapped backups address different failure paths. Immutability resists modification during a defined retention window; an air gap reduces continuous reachability. High-impact environments commonly need both: fast immutable recovery for normal incidents and a slower independently controlled copy for control-plane compromise.

How to frame the decision

Architecture decisions should be evaluated against shared failure domains. Geographic distance alone does not create independence when identities, management tools or deletion privileges are shared.

For this decision, document the protected service, assumed compromise, required recovery point and the maximum acceptable time to a trusted business state. Keep product capability, configured capability and tested capability as three separate fields: they are rarely identical.

Decision table

FactorPractical guidanceEvidence to retain
Threat modelIdentify whether the primary concern is stolen credentials, software vulnerability, malicious insider or provider control-plane failure.A threat-to-control matrix showing which copy survives each scenario.
Recovery speedUse an online immutable tier for rapid restore and reserve offline media for catastrophic cases.Measured retrieval and restore times for both tiers.
Retention authoritySeparate the person who creates backup policies from the role that can alter protected retention.Role exports and a failed retention-shortening test.

Validation procedure

Run this procedure in a non-production or isolated recovery environment. Define a named owner and time limit before the test begins.

  1. Draw the actual trust and data flows before changing controls.
  2. Translate the requirement into a pass/fail test for immutable vs air-gapped backup for ransomware recovery.
  3. Capture timestamps, logs, restored-object counts and operator actions for each decision factor.
  4. Repeat the test with one dependency unavailable so the result reflects a hostile recovery, not a clean demo.

A pass means the recovery outcome and supporting evidence meet the pre-declared requirement. A partial restore, undocumented manual workaround or result that depends on an unavailable production service should be recorded as an exception—not rounded up to a success.

Common failure modes

  • Marketing uses air gap to describe storage that is continuously authenticated and reachable.
  • Immutable retention expires before the expected ransomware dwell time.
  • Offline media exists but keys, catalogs or compatible drives are unavailable.

Failure modes should become tabletop injects and technical tests. If the team has never performed the recovery while one normal dependency is unavailable, the runbook describes a best-case restore rather than a ransomware recovery.

Evidence checklist

  • Record the design decision, owner, exception and next test date.
  • A tested requirement exists for: Threat model.
  • A tested requirement exists for: Recovery speed.
  • A tested requirement exists for: Retention authority.
  • Evidence includes a date, environment, operator and reproducible procedure.
  • The exception path identifies who can accept residual risk.

Questions this guide answers

  • Is immutable backup the same as air gap?
  • Do SMBs need tape for ransomware?
  • How long should immutable retention be?
Editorial note. This guide separates design guidance from vendor claims. Product, licensing and regional availability must be rechecked against dated official documentation and validated in the reader’s own environment. Review cadence: review annually and after a material infrastructure change.