What is BCDR?Backup & Cyber Recovery explained
Keeps protected copies of data and systems for recovery after ransomware, accidental deletion, or a destructive outage. Recovery testing verifies that those copies can be restored within the required time.
By Cyber Tool Stack Editorial TeamReviewed
Verified Sources: cisa.gov, sentinelone.com, techtarget.com
The lesson
The copy of your data ransomware can't touch
Ransomware crews now hunt down backups first, because a company that can restore has no reason to pay. This lesson explains the tiers of copies built to survive even that.
If it helps, think of it as… the vault in another town
Think of your vital documents: you keep the originals at home, a photocopy in a desk drawer, and one more copy in a bank vault in another town — a vault with a time lock that nobody, not even the bank manager, can open early. A burglar can ransack the house and even force the manager's hand, but the time-locked copy stays untouchable.
Production data
The live systems attackers hit first
Local backup
Fast restores for everyday mistakes
Offsite copy
Survives fire, theft, or a site outage
Immutable / air-gapped copy
Can't be altered or deleted, even by admins
Tested restores
Proof the recovery actually works
What it does
Backup and recovery keeps protected copies of data and systems so that after ransomware, an accidental deletion, or a destructive failure, the organization can restore what was lost and get running again. The discipline is summed up by the 3-2-1 rule: keep three copies of your data, on two different types of storage, with one copy offsite. The modern extension — 3-2-1-1-0 — adds one copy that is offline or immutable, and zero errors, meaning restores are tested until they're proven to work.
Two words there carry most of the weight. Immutable means a backup that cannot be changed or deleted for a set retention period — not by ransomware, and not even by an administrator. Air-gapped means a copy kept isolated from the network entirely, out of reach of anything spreading through it.
The attack it stops
Modern ransomware crews don't encrypt your files the moment they get in. They explore first — and one of their first stops is the backup system, because they know a company that can restore has no reason to pay. Backup software is disabled, backup copies are deleted, and cloud backup accounts are emptied using stolen administrator credentials. Only then is the encryption triggered, everywhere at once.
This is exactly the scenario immutability and air-gapping exist for. An immutable copy survives even when the attacker holds the backup admin's own password, because the storage itself refuses all changes until the retention clock runs out. An air-gapped vault copy was never reachable from the compromised network in the first place. Anomaly detection adds an early warning on top: backups that suddenly change far more than usual suggest mass encryption in progress, and help pinpoint the last clean copy to restore from.
How it works, step by step
- Backup software takes regular copies of everything that matters — servers, databases, cloud services, laptops — on a schedule matched to how much recent data the business could afford to lose.
- Copies are spread across tiers: a local copy for fast everyday restores, an offsite copy for disasters, and an immutable or air-gapped copy for the worst case.
- Backups are scanned for anomalies — unusual change rates that hint at ransomware — before a bad copy silently replaces the good ones.
- Recovery is rehearsed, not assumed. Restores are tested against two targets: the recovery time objective (RTO), how long you can afford to be down, and the recovery point objective (RPO), how much recent data you can afford to lose.
What it doesn't do
Backups undo destruction; they don't undo theft. In a double-extortion attack, criminals steal a copy of your data before encrypting it, then threaten to publish it — and a perfect restore does nothing about that threat. Restoring also doesn't evict an attacker who is still inside the network, and a restored system comes back with the same vulnerabilities it had before, ready to be re-compromised if nothing else changes.
The beginner misconception is "we back up, so ransomware can't hurt us." Untested backups fail at the worst possible moment, online-only backups get encrypted along with everything else, and restoring a whole company takes days even when everything works.
How it fits the stack
Recovery is the last line after detection fails, so it works hand in hand with DFIR, which establishes when the compromise began and which restore point is clean. EDR shortens attacks before mass encryption starts, and recovery-time targets are usually set and audited through GRC and compliance.
Terms you just met
Each links to its plain-language definition in the glossary.
The field guide
Evaluating this category
A second pass for buyers: market context, distinctions that matter, and what to weigh when tools in this category start looking alike.
Every other layer in this landscape tries to stop an attack. Backup and cyber recovery assumes one eventually gets through. When ransomware encrypts the files, a bad deploy wipes the database, or a data center floods, the question stops being "how do we keep them out" and becomes "how do we get back the data we just lost" — and the only honest answer is a copy the disaster didn't touch.
That copy has become a target in its own right. Modern ransomware crews know that an organization with good backups won't pay, so before they trigger encryption they hunt for the backup server and delete or encrypt it first. A backup that a domain admin — or an attacker who stole that admin's password — can quietly delete is not really a safety net. The whole discipline has shifted from "do we have a backup" to "do we have a backup an attacker can't destroy, and have we proven we can actually restore from it."
The problem it solves
Prevention is never perfect, and some failure modes have nothing to do with
attackers at all: a fat-fingered DROP TABLE, a corrupted upgrade, a SaaS
vendor's outage, hardware that simply dies. In every one of those cases the
difference between an inconvenient afternoon and an existential event is
whether a clean, recent, restorable copy of the data exists somewhere safe.
The naive version — a nightly copy to a second drive, or a sync to a cloud folder — fails exactly when it's needed most. Ransomware encrypts mapped drives and synced folders right along with the originals. A backup that lives on the same network, reachable with the same credentials, shares the fate of what it's backing up. Solving this well means copies that are isolated, tamper-proof, and regularly proven to work.
How it works
A backup platform takes point-in-time copies of workloads — virtual machines, databases, file shares, SaaS tenants, whole Kubernetes clusters — on a schedule, deduplicating and compressing them so keeping many restore points stays affordable. The security-relevant part is where and how those copies are stored.
Immutability is the foundation: backups are written to storage that refuses to modify or delete them for a set retention period, enforced below the application so that not even an administrator account can override it. Even if an attacker fully owns the backup console, the copies underneath survive. Air-gapped vaulting goes further, keeping an isolated copy in a separate, network-segmented or vendor-managed vault that ransomware spreading through the production network has no path to reach.
On top of storage, these platforms increasingly watch the backups themselves. Ransomware anomaly detection scans incoming data for the tell-tale signs of mass encryption — sudden spikes in change rate, files turning into high-entropy noise — both to raise an early alarm and to pinpoint the last recovery point taken before the infection, so recovery starts from clean data rather than re-introducing the malware.
The 3-2-1 rule (and its modern update)
The durable rule of thumb is 3-2-1: keep at least three copies of your data, on two different types of media, with one copy stored offsite. It predates ransomware and still holds — three copies survive two simultaneous failures, and the offsite copy survives a disaster that takes out the whole site.
Ransomware forced an update, often written as 3-2-1-1-0: the extra 1 is one copy kept offline or immutable — beyond the reach of a network-borne attacker — and the 0 is zero recovery errors, meaning restores are actually tested and verified rather than assumed. That trailing zero is the part most organizations skip, and it's the part that decides whether the rest of the rule was worth anything.
Backup is not recovery
Having backups and being able to recover are different claims, and confusing them is how organizations discover — mid-incident — that their backups don't restore, are missing a critical system, or would take a week to bring back. Two numbers frame the goal: RTO (Recovery Time Objective), how long you can afford to be down, and RPO (Recovery Point Objective), how much data, measured in time, you can afford to lose. A backup taken once a night gives a 24-hour RPO whether you wanted one or not.
Meeting those targets under real conditions is what separates a backup product from a recovery one. DR orchestration automates failover to standby infrastructure and, critically, tests the recovery on a schedule so the plan is known to work before it's needed. Cleanroom recovery restores workloads into an isolated, known-clean environment — useful both for testing without touching production and for rebuilding after a breach without dragging the attacker's foothold along with the data. An untested backup is a hypothesis; recovery is the experiment that confirms it.
Choosing one
Start from the workloads you actually have to protect. A shop running VMs and databases in its own data center has very different needs from a Kubernetes-native team, or from an organization whose crown jewels live in Microsoft 365 and Salesforce — and the tools specialize accordingly, from broad enterprise platforms to Kubernetes-native and SaaS-native options.
Then weigh where the immutability actually lives. Vendor-managed, air-gapped vaults offer the strongest isolation with the least effort; self-managed tools can be just as immutable but only if you configure the underlying storage — object-lock, append-only, retention policy — correctly, and the default is usually not it. Finally, insist on recovery testing as a feature, not an afterthought: the platform that makes it easy to regularly prove a restore works is worth more than the one with the longest feature list you'll never exercise until the worst possible day.
Capability taxonomy
What buyers typically evaluate when comparing tools in this category.
- Immutable backups
- Stores backup copies that can't be altered, encrypted, or deleted for a set retention period, so a clean recovery point survives even if attackers reach the backup system itself.
- Air-gapped vaulting
- Keeps an isolated recovery copy in a separate, network-segmented or offline vault that ransomware spreading through the production network can't reach.
- Ransomware anomaly detection
- Scans backups for signs of mass encryption or unusual change rates, flagging a ransomware attack and helping pinpoint the last clean recovery point.
- DR orchestration & recovery testing
- Automates failover to standby infrastructure and regularly tests that a recovery actually works, instead of assuming the backups will restore when they're needed.
- Broad workload coverage
- Backs up many kinds of workloads — VMs, SaaS apps, Kubernetes, cloud services, and endpoints — from one platform rather than a separate tool per system.
- Granular restore
- Recovers at the level actually needed — a single file, mailbox, VM, or database — and can bring workloads back quickly instead of only restoring everything at once.
Tools in this category
Now that you know what BCDR does, see who does it.
9 tools