Skip to content
IT Atlas

Infrastructure · Backup

Backup

Creating verified, recoverable copies of data and systems, isolated well enough to survive the event that destroys the original.

FoundationalUpdated 2026-09-01

Overview

Backup is a recovery capability, not a copy job. The measure of a backup platform is whether a named system can be restored to a defined point within a defined time, proven by test, not whether jobs report success.

Ransomware changed backup design permanently. Attackers deliberately locate and destroy backups before encrypting production, so credential isolation and immutability now matter as much as retention.

How it works

  1. 01Full, incremental and synthetic full chains balance storage cost against restore speed; snapshots provide fast local recovery points but are not backups on their own.
  2. 02Application aware processing quiesces databases and mail systems so restores are consistent rather than crash consistent.
  3. 03Immutability is enforced by object lock, hardened repositories or tape, preventing deletion within the retention window even with administrative credentials.
  4. 04Recovery objectives drive the design: RPO determines backup frequency, RTO determines the restore method and infrastructure.

Sequence

3-2-1-1-0 in practice
  1. 1Production data
  2. 2Local backup copy (fast restore)
  3. 3Second copy on different media
  4. 4Offsite or cloud copy
  5. 5One immutable or offline copy
  6. 6Zero errors, verified by restore testing

Reference table

RPO and RTO by tier (illustrative)
TierExample systemsRPORTOTypical approach
Tier 0Identity, core network, backup itselfMinutes< 4 hoursReplication plus immutable copies
Tier 1ERP, email, primary line of business15, 60 minutes4, 8 hoursFrequent backups plus warm standby
Tier 2Departmental applications4, 24 hours1, 2 daysNightly backup, restore on demand
Tier 3Archive, historical data24 hours+Best effortCold storage tiers

Security considerations

  • Isolate backup credentials from production identity; never allow domain administrators to delete backups.
  • Require MFA on the backup console and alert on retention or job deletion changes.
  • Keep at least one copy immutable or offline, and verify it independently of the primary catalogue.
  • Encrypt backups at rest and in transit, and protect the encryption keys separately from the backup system.

Common misconfigurations

  • Backup server domain joined with production credentials, encrypted alongside everything else.
  • Jobs reporting success while excluding new volumes, databases or SaaS data added since setup.
  • No restore testing, so corruption or missing dependencies are discovered during a real incident.
  • SaaS data assumed to be backed up by the provider.

IT vs OT

OT backup includes controller programs, HMI projects and engineering configurations, often stored on engineering workstations and rarely covered by enterprise backup. See OT Atlas.

IT Atlas covers Information Technology. Operational Technology is covered separately at otatlas.ai.

Primary sources