Skip to content
Back to Blog
·9 min read·guides

The 3-2-1 Backup Rule for Ransomware Recovery in India

Learn the 3-2-1 backup rule for ransomware recovery: immutable copies, offsite storage, RPO/RTO targets, and a tested recovery runbook for Indian SMBs.

BR

Bachao.AI Research Team

Cybersecurity Research

Get Your Free VAPT Scan

What this means for your business

Indian SMBs without documented security controls face 3× higher breach costs (IBM Cost of a Data Breach 2024). This guide helps you close that gap.

The 3-2-1 backup rule means keeping 3 copies of your data, on 2 different types of storage media, with 1 copy stored offsite and offline from your production network. For ransomware recovery, add a fourth requirement: at least one of those copies must be immutable or air-gapped, and every copy must be restore-tested on a schedule — not just "backed up and forgotten." Get this wrong and a ransomware attack stops being an incident and becomes an extinction event for the business.

Most Indian SMBs that get hit by ransomware do not fail because they lacked a firewall or an antivirus. They fail because their only backup lived on the same network the ransomware encrypted, or nobody had actually tried restoring from it in two years. This guide covers how to design a 3-2-1 backup architecture that survives a real ransomware attack, plus the recovery runbook to execute when — not if — it happens.

Why 3-2-1 exists — and why ransomware breaks the naive version

The 3-2-1 rule predates ransomware. It was designed for hardware failure, fire, theft, and human error — scenarios where "backup" just meant "a second copy somewhere else." Ransomware changes the threat model: the attacker is inside your network before encryption begins, and operators actively hunt for and delete or encrypt backups before triggering the payload.

If your "offsite" backup is a NAS device on the same domain, reachable with the same credentials, mapped as a network drive — it is not really offsite in any way that matters to ransomware. It is a second target with a shorter walk. This is the most common backup failure pattern in SMB ransomware cases: technically 3-2-1 on paper, functionally one attack surface in practice.

⚠️
WARNING
A backup that is reachable, writable, and deletable from the same credentials as your production systems is not a ransomware-resilient backup — it is a second copy of the same risk. Ransomware groups routinely target backup software consoles (Veeam, backup NAS admin panels) specifically because SMBs treat them as an afterthought, not a hardened asset.

The 4 components that actually matter

1. Three copies of the data

The production copy plus two backups. This protects against the backup itself being corrupted, misconfigured, or silently failing — a second independent copy catches what the first one misses.

2. Two different media types

Disk and cloud object storage, or disk and tape, or two different cloud providers. The point is that a single failure mode — a bad firmware update, a ransomware strain that specifically targets one storage vendor's API, a misconfigured retention policy — should not be able to take out both copies at once.

3. One copy offsite

Physically or logically separated from your primary site and network. Cloud backup satisfies this if — and only if — access is not tied to the same domain credentials an attacker who compromises your network would already have.

4. Immutability or air-gapping (the ransomware-era addition)

This is what the original 3-2-1 rule did not anticipate, and it is what actually determines whether you recover. An immutable backup cannot be altered or deleted for a set retention window, even by an admin account — including a compromised one. An air-gapped backup is physically or logically disconnected from the network between backup windows, so ransomware has no live path to reach it.

🛡️
SECURITY
If a single compromised domain admin credential can delete your backups, immutability is not actually configured — it is a setting that exists, not a control that works. Test this directly: can the backup admin account itself delete a backup inside the retention window? If yes, fix it before you need it.

RPO and RTO — the numbers nobody sets until it is too late

Two metrics decide whether your backup strategy is adequate, and most SMBs have never explicitly set either one.

Recovery Point Objective (RPO) — how much data you can afford to lose, measured in time. If backups run nightly, your RPO is up to 24 hours. If ransomware hits at 4pm and your last clean backup is from midnight, everything since midnight is gone.

Recovery Time Objective (RTO) — how long you can afford to be down before the business is materially harmed. A services business might tolerate hours; an e-commerce operation processing live orders loses revenue and trust every additional hour.

These are business decisions, not IT decisions — set by leadership based on what the business can actually tolerate, then engineered backward into backup frequency and recovery architecture.

Business functionRealistic RPO targetRealistic RTO targetBackup frequency needed
Customer database / CRM1–4 hours4–8 hoursMultiple times daily
Financial / accounting records24 hours24–48 hoursDaily
Email and internal documents24 hours24–72 hoursDaily
Website / e-commerce platform1–4 hours2–4 hoursMultiple times daily + transaction logs
Archived historical data7 days1–2 weeksWeekly
💡
TIP
If you cannot state your RPO and RTO for your most critical system in one sentence right now, that is the gap to close first — before buying any additional backup tooling.

Know your vulnerabilities before attackers do

Run a free VAPT scan — takes 5 minutes, no signup required.

Book Your Free Scan

Restore testing — the step everyone skips

A backup that has never been restored is a hypothesis, not a safeguard. The most common finding in post-ransomware incident reviews is a backup that existed, was current, and simply would not restore cleanly — a corrupted archive, a missing dependency, forgotten credentials, or a restore process nobody had rehearsed under pressure.

Restore testing should be scheduled, not incidental:

    1. Quarterly minimum — a full restore of a representative system to a sandboxed environment, verified against a checklist, timed against your stated RTO.
    2. After any infrastructure change — new server, new database version, new backup software version. Restore compatibility breaks silently.
    3. Document actual restore time — not the vendor's marketing number. If a full restore takes 14 hours and your RTO target is 4, you have a gap that only surfaces during a real incident unless you find it now.
🚨
DANGER
Discovering during an active ransomware incident that your backups do not restore is the worst possible time to learn it. By then the business is already down, customers are already asking questions, and the option to fix the backup process no longer exists — only the option to negotiate, rebuild from scratch, or lose the data permanently.

The recovery runbook

When ransomware hits, the difference between a contained incident and a business-ending one is usually whether a runbook existed and was followed calmly, versus improvised under panic.

graph TD A[Production data]:::normal --> B[3 copies total]:::normal B --> C[2 storage media types]:::normal C --> D[1 offsite + immutable copy]:::success D --> E[Scheduled restore test]:::success E --> F{Ransomware hits} F --> G[Isolate infected systems]:::danger G --> H[Restore from clean immutable copy]:::success H --> I[Business recovers]:::success classDef normal fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 classDef success fill:#1e3d2f,stroke:#10B981,color:#e2e8f0 classDef danger fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0

1. Isolate immediately. Disconnect affected systems from the network before doing anything else. Do not power off encrypted machines — forensic evidence and encryption keys sometimes live in memory.

2. Identify the blast radius. Which systems, shares, and backup targets were reachable from the compromised account or machine? Assume anything reachable is compromised until verified clean.

3. Verify backup integrity before you trust it. Check the last known-clean backup timestamp against when the intrusion likely began — dwell time before encryption is often days to weeks, so a "recent" backup may already contain a dormant payload.

4. Restore to a clean, isolated environment first. Never restore directly back into a still-compromised network. Rebuild or wipe the affected environment, verify it is clean, then restore.

5. Report as required. Under CERT-In's 2022 directions, ransomware and other covered incidents must be reported to CERT-In within 6 hours of noticing — regardless of whether it is contained internally.

6. Do the post-incident review. What let the attacker in, why detection took as long as it did, and whether the backup and restore process performed as designed. Update the runbook with what was actually learned.

ℹ️
INFO
Automated VAPT scanning from Dhisattva AI Pvt Ltd is built to catch the exposed services, weak credentials, and misconfigurations that ransomware operators use as initial access points — before backup strategy is ever tested for real. Prevention and recovery readiness are complementary, not substitutes for each other.
65%of Indian organizations hit by ransomware paid the ransom to recover data (Sophos State of Ransomware in India 2024)
6 hoursmandatory CERT-In incident reporting window for ransomware and other covered cyber incidents (CERT-In 2022 Directions)
$4.88 millionglobal average cost of a data breach, an all-time high (IBM Cost of a Data Breach Report 2024)

What contributes to ransomware downtime cost

Ransom payment is rarely the largest cost of a ransomware incident. Downtime, the recovery effort itself, permanently lost data, and reputational damage typically outweigh it — which is exactly why a tested 3-2-1 backup strategy is a financial control, not just a technical one.

pie showData title Ransomware Incident Cost Drivers (qualitative) "Operational downtime" : 35 "Recovery and rebuild effort" : 30 "Permanent data loss" : 20 "Reputational and customer impact" : 15

Common 3-2-1 backup rule mistakes that defeat the whole point

    1. Backup credentials reused from domain admin. If the account that got phished can also delete backups, you do not have an offsite copy — you have a second copy of the same compromise.
    2. "Offsite" that is actually a mapped network drive. A NAS in another building on the same VPN, reachable with the same login, offers almost none of the isolation the rule is designed for.
    3. No retention lock on cloud backups. Storage without an explicit immutability or object-lock policy can be overwritten or deleted by anyone with write access — including ransomware that harvested those credentials.
    4. Backups that were never restore-tested. Worth repeating — it is the single most common gap found in post-incident reviews.
    5. One backup schedule for every system. A single nightly policy applied to both a low-change archive and a live transaction database ignores that they need very different RPOs.
🎯Key Takeaway
3-2-1 backups only protect against ransomware if at least one copy is immutable or air-gapped and cannot be reached, altered, or deleted using the same credentials an attacker who compromises your network would already have — and that copy has actually been restore-tested, not just scheduled.

Building this without an in-house infrastructure team

Most Indian SMBs do not have a dedicated backup or disaster-recovery engineer, and that is normal — a documented 3-2-1 architecture and runbook does not require one on staff full-time. It requires:

    1. One person accountable for the backup schedule and quarterly restore test, named explicitly, not implied.
    2. A written runbook a non-specialist can follow under pressure, stored somewhere reachable even if the primary network is down.
    3. Immutability or air-gapping configured once, correctly, and re-verified after any infrastructure change.
    4. A relationship with a CERT-In empanelled partner for formal incident response when a real incident crosses that threshold — day-to-day posture stays in-house.
A free VAPT scan surfaces the exposed services and misconfigurations that most commonly serve as ransomware entry points — reducing the odds you ever need the recovery runbook. For more on incident reporting and data protection obligations, see the Bachao.AI blog and the DPDP compliance requirements around breach notification.

References

Frequently Asked Questions

What is the 3-2-1 backup rule?
Keep 3 copies of your data, on 2 different types of storage media, with 1 copy stored offsite and offline from your production network. For ransomware resilience, at least one offsite copy should also be immutable or air-gapped so it cannot be altered or deleted even with compromised admin credentials.
Is cloud backup enough to satisfy the "offsite" requirement?
Only if access to it is not tied to the same domain credentials an attacker who compromises your network would already have, and only if it has immutability or object-lock retention configured. Cloud storage reachable with reused admin credentials is not meaningfully offsite for ransomware purposes.
How often should we test restoring from backup?
At minimum quarterly, and after any significant infrastructure change such as a new server, database version, or backup software update. Document the actual time the restore takes and compare it against your stated Recovery Time Objective.
What is the difference between RPO and RTO?
RPO (Recovery Point Objective) is how much data loss, measured in time, the business can tolerate — it determines backup frequency. RTO (Recovery Time Objective) is how long the business can be down before real harm occurs — it determines how fast the recovery process needs to be.
Do we have to report a ransomware incident in India?
Yes. Under CERT-In's 2022 directions, ransomware is among the categories of cybersecurity incidents that must be reported to CERT-In within 6 hours of noticing the incident, regardless of whether it is contained internally.
Should we pay the ransom if backups fail?
This is a business and legal decision that should involve legal counsel and incident response specialists, not a decision made under pressure alone. It underscores why tested, immutable backups matter — they remove ransom payment as the only path to recovery.
BR

Bachao.AI Research Team

Cybersecurity Research

AI-powered security research and threat intelligence from the Bachao.AI team. Covering the latest vulnerabilities, CVEs, and cybersecurity developments affecting Indian businesses.

Get cybersecurity insights for Indian SMBs

Weekly vulnerability alerts, DPDP compliance tips, and security guides. No spam — unsubscribe anytime.

We respect your privacy. Your email is never shared.

Know your vulnerabilities before attackers do

Free automated scan — risk score in under 2 hours. No credit card required.

Get Your Free VAPT Scan
Find your vulnerabilitiesStart free scan →