Guide · 8 min · For Owners

DR vs. business continuity

Two related terms. Disaster recovery (DR) is the IT-focused subset: restoring systems, applications, and data. Business continuity (BC) is the broader plan: how the whole business keeps operating during a disruption — alternate locations, manual workarounds, customer communication, payroll. DR is a component of BC. A small business usually combines them into one document; this article focuses on the DR (IT) portion, which is the part that determines whether you recover from ransomware in hours or weeks.

The seven sections of a small-business DR plan

1. Scope and assumptions

What this plan covers (which systems, which locations, which data) and the scenarios it addresses (ransomware, hardware failure, site loss, extended ISP/cloud outage). Plus the assumptions: where the backups live, who has authority to declare a disaster, what "recovered" means.

2. RTO and RPO targets, per system

Not every system needs the same recovery speed. List the critical systems and set two targets for each:

These targets drive the backup design (frequency, immutability, local-vs-cloud). See offsite vs cloud backup for how the targets map to architecture.

3. The recovery runbook

The step-by-step technical procedure for each scenario, in priority order. For a ransomware scenario:

  1. Isolate — disconnect affected systems, preserve forensic evidence.
  2. Assess — scope of encryption, what backups are clean, what the last good restore point is.
  3. Notify — cyber-insurance carrier (within the policy window), affected parties per regulatory requirements.
  4. Recover — restore systems in priority order from the last clean immutable backup.
  5. Validate — confirm each system works before reconnecting it.
  6. Reconnect — bring the network back online in stages.
  7. Post-incident — root-cause analysis, control improvements, plan update.

The runbook names specific systems, specific backup locations, specific recovery tools. "Restore from backup" is not a runbook step; "restore the SQL server from the immutable Datto cloud copy using the appliance bare-metal-restore wizard" is.

4. The contact tree

Who to call, in what order, with what information. The IT contact (internal or MSP), the cyber-insurance broker and carrier hotline, the leadership decision-makers, the key vendors (ISP, M365 support, LOB software vendor), legal counsel, and — for regulated entities — the regulator notification contacts. Crucially, this list lives somewhere accessible when the network is down: printed, in a phone, in a separate cloud doc, not only on the file server that's currently encrypted.

5. Backup inventory and recovery sources

Exactly where every recoverable copy lives, how to authenticate to it, and how current it is. The local appliance, the immutable cloud copy, the SaaS backup of Microsoft 365, the recovery keys. With the credentials stored securely but accessibly (a password manager that isn't dependent on the down systems, plus a break-glass procedure).

6. Roles and authority

Who declares a disaster (the trigger that activates the plan). Who leads recovery. Who talks to customers. Who talks to the press if it comes to that. Who authorizes spending (emergency hardware, incident-response retainer). In a small business these may be one or two people — but write down who, so there's no hesitation at hour one.

7. The test record

When the plan was last tested, what was tested, what failed, what got fixed. This section is what separates a plan from a binder. More on this below.

The test is the whole point

Most DR plans fail not because they're badly written but because they've never been run. The test reveals what the document hides:

Two kinds of test, both at least annual:

The compliance angle

A written, tested DR / contingency plan isn't just good practice — it's increasingly required:

How a Micro-IT plan handles DR

Every Micro-IT client gets a written DR runbook as part of the managed engagement, built around their specific RTO/RPO targets, backed by image-level local backup replicated to immutable cloud storage. Restores are tested quarterly; the full DR plan gets a tabletop exercise annually. The incident-response contact tree and the cyber-insurance notification flow are documented and kept current. For regulated clients (HIPAA, GLBA, CJIS), the DR plan maps to the specific regulatory contingency-plan requirements. See the security page for the incident-response posture, or get a quote scoped to your environment.

Frequently asked questions

What is a disaster recovery plan?
A disaster recovery (DR) plan is a written, tested procedure for restoring IT systems and data after a disruptive event — ransomware, hardware failure, fire, flood, or extended outage. It defines what gets recovered, in what order, how fast, by whom, and how you confirm the recovery worked. It's distinct from (but related to) a business continuity plan, which covers how the whole business keeps operating, not just IT.
What's the difference between disaster recovery and business continuity?
Disaster recovery (DR) is the IT-focused subset: restoring systems, applications, and data. Business continuity (BC) is the broader plan: how the entire business keeps operating during a disruption — alternate locations, manual workarounds, customer communication, payroll continuity. DR is a component of BC. A small business often combines them into one document.
What are RTO and RPO?
RTO (Recovery Time Objective) is how fast you need to be back up after a disaster — the maximum acceptable downtime. RPO (Recovery Point Objective) is how much data you can afford to lose — the maximum acceptable gap between the last backup and the disaster. A clinic that can't see patients without the EHR has a tight RTO; a business that processes transactions continuously has a tight RPO. The targets drive the backup and recovery design.
How often should a disaster recovery plan be tested?
At least annually, with a tabletop exercise plus an actual technical restore test. Restore tests on critical systems should happen more often — quarterly is the standard for backups. An untested DR plan is a document, not a capability; the test is what reveals the gaps (expired credentials, a system nobody documented, a recovery step that takes three times as long as assumed).
Does my small business really need a written DR plan?
Yes — and increasingly it's required. Cyber-insurance carriers ask for it. HIPAA requires a contingency plan (which includes DR) for covered entities. The FTC Safeguards Rule requires it for financial institutions. Beyond compliance, the businesses that recover quickly from ransomware are the ones with a tested plan; the ones that pay the ransom usually don't have one.

Related reading