DEV Community

Cover image for Ransomware Recovery and the 3-2-1 Backup Strategy
olivia Millie for eServers

Posted on • Originally published at eservers.uk

Ransomware Recovery and the 3-2-1 Backup Strategy

Most organisations never expect ransomware to become their problem. Security awareness training has been completed. Endpoint protection is installed. Backups appear to be running every night. Everything looks healthy — until one ordinary morning when employees arrive at work and discover that shared folders no longer open, databases refuse connections, and every file has been renamed with an unfamiliar extension.

The answers to the questions that follow — can we recover, how much have we lost, should we even consider paying — are rarely determined during the attack itself. They're usually determined months earlier, by decisions made during infrastructure and backup planning.

Why Ransomware Remains One of the Biggest Business Risks

Modern ransomware attacks have evolved well beyond simple file encryption. A typical attack chain may include credential theft, privilege escalation, lateral movement across the network, data exfiltration, backup discovery, backup deletion, encryption, and extortion. Attackers deliberately search for backup repositories because a business with a working backup is far less likely to pay a ransom.

Understanding the 3-2-1 Backup Strategy

  • Three copies of your data (live data, primary backup, secondary backup).
  • Two different storage types.
  • One copy stored off-site or offline.

The isolation requirement is the step most organisations misunderstand. If ransomware compromises administrative credentials, attackers may also reach any backup system that shares those same credentials. A properly isolated backup remains inaccessible even if production infrastructure, such as your Bare Metal Servers, has been completely compromised.

Backup Is Not the Same as Disaster Recovery

Backups answer one question: can we recover our data? Disaster recovery answers a different one: how quickly can the business return to normal operations? A complete strategy considers Recovery Time Objective (RTO) and Recovery Point Objective (RPO).

Why Immutable Backups Have Become Essential

Traditional backups were designed to protect against hardware failure. Modern ransomware has changed that assumption. Immutable storage prevents backup data from being modified or deleted until a predefined retention period expires.

The Evolution from 3-2-1 to 3-2-1-1-0

Many security professionals now extend the traditional rule into the 3-2-1-1-0 approach, adding one immutable or air-gapped copy, and a standard of zero backup errors — meaning restore testing confirms the data is actually usable.

Designing Backup Infrastructure That Supports Recovery

To achieve fast RTOs, infrastructure must be optimized. Utilizing NVMe Dedicated Servers for rapid backup and restore operations is critical for large databases. Furthermore, for UK businesses, locating off-site backup repositories securely in a London Data Centre helps align with NCSC guidance and GDPR compliance.

The Human Element Still Matters

Even the most advanced backup platform cannot compensate for poor operational process. Testing full restores on a regular schedule and documenting recovery procedures matter as much as the technology itself. Cyber resilience depends on operational maturity.

Read the original guide here: https://www.eservers.uk/blogs/ransomware-recovery-3-2-1-backup-strategy/

Top comments (0)