Skip to main contentChat with us

ISO 27001:2022 Annex A  ·  Technological Control

A.8.13
Information backup

To enable recovery of data, software, and systems after loss, corruption, ransomware, or facility failure — within the limits the business has agreed it can tolerate.

Last reviewed: June 12, 2026  ·  Authored by TÜV SÜD & BSI Certified Lead Auditors

Control Definition

The organization must maintain backup copies of information, software, and systems in line with an agreed topic-specific policy on backup, and must test those backups regularly. What is copied, how often, and how long copies are retained all follow from that policy, which in turn reflects the business's recovery and retention requirements.

Control Objective

To enable recovery of data, software, and systems after loss, corruption, ransomware, or facility failure — within the limits the business has agreed it can tolerate.

What This Really Means

A backup that has never been restored is hope, not a control. That single sentence captures how auditors read A.8.13: the control is not "do backups exist" but "can you demonstrably get your information back". Everything else — schedules, tools, storage tiers — is plumbing in service of that one outcome.

The control deliberately anchors backup to an agreed topic-specific policy, because the right answers are business decisions, not IT defaults. For each system, the data owner decides how much loss is survivable (which sets backup frequency and your recovery point objective), how fast it must come back (which shapes technology choice), and how long copies must be kept (which comes from operational need plus legal retention). The policy records those decisions, names what is in scope, and — just as importantly — what is deliberately excluded and why. A backup regime inherited from whatever the tool shipped with is the most common silent failure in this control.

Architecture matters because backups are now a primary target, not just a safety net. Modern ransomware playbooks locate and encrypt or delete backups before detonating, so the classic 3-2-1 pattern (three copies, two different storage technologies, one off-site) needs a 2020s amendment: at least one copy should be immutable — object-lock or WORM storage — or genuinely offline, and the backup platform should sit behind its own credentials and access boundary so a compromised domain admin account cannot reach it. Backups also concentrate your most sensitive data in one place, so they are encrypted, with keys managed separately from the copies they protect.

Then the heart of it: restoration testing with documented results. Auditors will accept many architectures, but they will not accept a backup program whose last verified restore was "never". Periodic test restores — sampled files monthly or quarterly, a full system or database at least annually — with a dated record of what was restored, by whom, how long it took, and what went wrong, are the evidence that turns a backup schedule into a working control. One more trap worth naming: SaaS data. Microsoft 365, Google Workspace, and most SaaS platforms replicate data for their availability, not for your mistakes — recovering from your own deletions, sync errors, or malicious insiders is usually your responsibility under the shared responsibility model, and your backup policy must say how you handle it.

Why It Matters

When prevention fails — and the rest of Annex A exists because sometimes it does — backup is the control that decides whether you have an incident or an extinction event. Ransomware crews understand this perfectly, which is why backup repositories are attacked first and ransom economics are calculated against the victim's ability to restore. An organization with immutable, tested backups negotiates from strength or does not negotiate at all; one without them is choosing between paying and closing.

The quieter failures are just as expensive. A backup scope that drifted away from reality means the new production database was never enrolled. An untested restore fails at 2 a.m. on a dependency nobody documented. A retention setting silently shorter than a legal obligation surfaces during litigation. Each of these is discovered at the worst possible moment unless the control forces the discovery earlier.

Weak or untested backups expose the organization to:

  • Ransomware leverage – attackers who encrypt or delete reachable backups remove your only alternative to paying, and online same-credential backups are reachable
  • Unrecoverable data loss – deletion, corruption, or failed migrations become permanent when the "backup" turns out to be incomplete or unrestorable
  • Recovery slower than the business survives – restores that technically work but take days blow through recovery time objectives and contractual SLAs
  • Compliance and legal exposure – lost records breach retention obligations, and lost personal data can constitute a notifiable breach under privacy law
  • Single-basket concentration risk – an unencrypted backup repository is the most valuable single object an attacker can exfiltrate

Regional Compliance Context

India. A destructive incident rarely stays a private matter: ransomware attacks and data breaches sit within the incident categories that CERT-In requires India-connected organizations to report within 6 hours of noticing, so your restore timeline and backup evidence become part of the regulatory record. Under the DPDP Act 2023, data fiduciaries must apply reasonable security safeguards, and the DPDP Rules notified in 2025 frame these to include measures for continued processing when availability or integrity is compromised — in practice, maintained and tested backups of personal data. RBI-regulated entities should expect supervisors to probe tested recovery capability against documented recovery objectives, not just backup schedules.

Implementation Guidance

1

Write the Topic-Specific Backup Policy from Business Requirements

Run a short recovery conversation with each system and data owner: how much data loss is survivable (recovery point objective), how quickly must service return (recovery time objective, aligned with A.5.30), and how long must records be kept. Capture the answers as the backup policy: scope, frequency, retention, storage locations, encryption requirements, and named ownership. Tool defaults are not a policy.

2

Map Backup Scope Against the Asset Inventory

Reconcile the backup scope with your asset register: servers, databases, file stores, configuration and infrastructure-as-code, endpoint data where it holds unique information, and SaaS data. Record explicit exclusions with a one-line justification each. The reconciliation, repeated periodically, is what stops scope drifting as systems change.

3

Engineer to 3-2-1 with an Immutable or Offline Copy

Keep three copies of important data on two different storage technologies with one off-site. Make at least one copy immutable (object lock / WORM) or genuinely offline so ransomware with admin credentials cannot reach it, and place the backup platform behind separate credentials with MFA — never joined to the same identity domain it protects.

4

Encrypt Backups and Separate the Keys

Encrypt backup data in transit and at rest, following your cryptography rules under A.8.24. Store keys in a key management system separate from the backup repository, and include backup keys in your key lifecycle procedures — a lost key converts every backup it protects into noise, so key recovery deserves the same testing as data recovery.

5

Monitor Jobs and Treat Failures as Tickets, Not Noise

Alert on failed and missed jobs, review failures daily, and route them into your ticketing system with an owner and a deadline. Track a backup success-rate metric over time. Silent, repeated job failures that nobody investigated is among the most common audit findings against this control.

6

Test Restoration on a Fixed Cycle and Document Every Test

Restore sampled files or objects monthly or quarterly, and perform at least one full system or database restore annually, measuring elapsed time against the recovery time objective. Record date, scope, performer, result, duration, and issues found — a five-line record per test is sufficient, but it must exist. Fold larger restore exercises into your ICT continuity tests under A.5.30.

7

Manage Retention End-of-Life and Secure Disposal

Apply the retention schedule to backups themselves: expired copies are securely deleted in line with A.8.10, backup media leaving service is sanitized or destroyed, and legal holds override deletion where litigation or investigation requires it. Backups kept forever are a liability under privacy law, not extra safety.

Audit Evidence

During your ISO 27001 certification audit, auditors will expect to see the following evidence to demonstrate compliance with A.8.13:

Documentation

  • Topic-specific backup policy defining scope, frequency, retention, encryption, and ownership
  • Backup schedule or configuration export from the backup platform matching the policy
  • Restoration test records with dates, scope, performer, measured duration, and outcomes
  • Backup failure alerts and the tickets showing investigation and resolution
  • RPO/RTO definitions per system, traceable to a business impact analysis or continuity plan

Interviews

  • Infrastructure or IT operations engineer on how backup failures are detected, escalated, and resolved
  • CISO or IT manager on how backup scope, frequency, and retention decisions were made and reviewed
  • Application or data owner on whether the configured RPO actually reflects what the business can lose

Observations

  • Live backup console showing job status, last successful runs, and failure alerting
  • A demonstrated restore of a sample file or system, or artifacts of a recent documented restore test
  • Immutability or offline configuration and the separate credential boundary protecting the backup platform

Practitioner Insights

Surendra Pal Singh

The first question I ask against this control is not "show me your backup schedule" — it is "show me the last restore you performed and what it proved". A pattern I see across audits: dashboards full of green job ticks and not one documented restoration test, which means nobody actually knows whether the control works. That gap is exactly where certification auditors, and increasingly cyber insurers, dig hardest. Treat every restore test as a dated record with scope, result, and measured time — five lines is enough, but they must exist.

Surendra Pal Singh · CISO, DPO, CISA, ISO 27001, 27701, 42001 Lead Auditor
Saundhi Chauhan

In startup audits the most common backup finding is not a failed job — it is the unexamined assumption that "the cloud handles it". Microsoft 365, Google Workspace, and most SaaS platforms replicate your data for their availability, not for your mistakes: a deletion or a malicious sync propagates everywhere in minutes, and native recycle bins have short windows. Read the shared responsibility model for each platform, decide deliberately — native retention settings, a SaaS backup tool, or scheduled exports — and write the decision down. A documented decision survives an audit; an assumption does not.

Saundhi Chauhan · ISO 27001, 27701 Lead Auditor

Common Challenges & Solutions

Challenge

Backups run for years, but nobody has ever performed or documented a restore.

Solution

Put restoration tests on the calendar, not on goodwill: sampled file restores quarterly, one full system or database restore annually. Keep the record lightweight — date, scope, who, duration, result, issues — so the habit survives busy quarters. The first few tests will fail in instructive ways; that is the point of doing them before an incident does.

Challenge

Ransomware encrypts or deletes the backups along with production, because they were online and reachable with the same credentials.

Solution

Add an immutable copy (object lock / WORM) or a genuinely offline copy to the architecture, and isolate the backup platform behind its own identity boundary with MFA — separate accounts, no domain join to the environment it protects. Alert on backup deletion and retention-policy changes, which are the attacker's first moves.

Challenge

SaaS data is assumed to be the vendor's problem, so nothing in Microsoft 365, Google Workspace, or the CRM is recoverable beyond the recycle bin.

Solution

Review the shared responsibility position for each SaaS platform holding important data. Then choose per platform: extended native retention settings, a third-party SaaS backup service, or scheduled exports to storage you control. Document the choice and its rationale in the backup policy so the auditor sees a decision rather than a gap.

Challenge

Backup scope drifts — new systems launch without backup enrollment and nobody notices until one of them fails.

Solution

Make backup enrollment a mandatory checklist item in change and release management (A.8.32) for any new system or data store. Reconcile backup coverage against the asset register quarterly and alert on agents that stop reporting. Drift is inevitable; undetected drift is the finding.

Challenge

Restores technically succeed but take far longer than the business can survive when tried at production scale.

Solution

Measure full-restore duration at realistic data volumes at least annually and compare it to the agreed RTO. Fix what the test exposes — restore sequencing, bandwidth ceilings, dependency order, missing infrastructure-as-code — or renegotiate the RTO honestly with the business. Where the gap is structural, the answer is usually redundancy (A.8.14) for the top tier rather than faster tape.

Frequently Asked Questions

How often does ISO 27001 require backups to be taken?
The standard sets no frequency — it requires backups to follow your agreed topic-specific policy, which should derive frequency from each system's recovery point objective. A transactional database that can lose minutes of data needs continuous or hourly protection; a file archive that changes monthly does not. Auditors check that the configured schedule matches the documented business decision, not that it matches some universal number.
Is a separate backup policy document mandatory for A.8.13?
The control expects backup to be governed by a topic-specific policy, but that can be a section of a broader operations or security policy rather than a standalone document. What matters is that scope, frequency, retention, encryption, testing, and ownership are documented, approved, and reflected in the actual configuration. A policy that contradicts the backup console is worse than a short one that matches it.
Do we need to back up data held in SaaS applications like Microsoft 365 or Google Workspace?
Usually yes, in some deliberate form — SaaS providers protect against their infrastructure failures, not against your deletions, misconfigurations, sync errors, or malicious insiders. Under the shared responsibility model, recovering your data from your mistakes is typically your job. Acceptable answers include extended native retention, a third-party SaaS backup service, or scheduled exports; the unacceptable answer is an unexamined assumption that the vendor handles it.
How often should we test restores, and what evidence do auditors expect?
A defensible baseline is sampled file or object restores monthly or quarterly, plus at least one full system or database restore per year measured against the recovery time objective. The evidence is a dated test record: what was restored, by whom, how long it took, whether it met the objective, and any issues found. Untested backups are the single most common nonconformity pattern against this control.
Does cloud replication or high availability count as a backup?
No. Replication and multi-zone high availability propagate every change — including deletions, corruption, and ransomware encryption — to all copies within seconds, which is precisely what a backup must not do. A backup is a point-in-time copy you can roll back to, ideally versioned and immutable. Replication belongs to A.8.14 (redundancy); both are needed, and neither substitutes for the other.
How long should backups be retained?
Long enough to meet operational recovery needs and every applicable legal or contractual retention obligation — and no longer. Retention is typically tiered: short-cycle dailies, longer-cycle weeklies or monthlies, and specific archives where law requires multi-year retention. Remember that privacy laws cut the other way too: personal data you were obliged to erase must also leave the backup estate on a defined schedule, with legal holds as the documented exception.

Written By Expert Auditors

Saundhi Chauhan
Saundhi Chauhan
Lead Auditor
ISO 27001 Lead AuditorISO 27701 Lead Auditor
Surendra Pal Singh
Surendra Pal Singh
Chief Information Security Officer & Data Protection Officer
CISODPOCISAMCSEITILISO 27001 Lead AuditorISO 27701 Lead AuditorISO 42001 Lead Auditor
Last reviewed: June 2026Content verified by certified lead auditors

Get in touch

Book a free consultation or send us your requirements. We respond within 24 hours.

Quick Call

Pick a time slot

Send Requirements

Get a custom quote in 24 hours

We're Online

⚠️ Business inquiries only. Personal email addresses will be rejected.

24hr Response
Free Consultation
No Obligations