Sample Disaster Recovery Plan
Abbreviations and acronyms
RPO |
Recovery Point Objectives (acceptable data loss) |
RTO |
Recovery Time Objectives (acceptable downtime) |
| NAS | Network Attached Storage |
| DR | Disaster Recovery |
| DC | Datacenter |
| DNS | Domain Name System |
| FQDN | Fully Qualified Domain Name |
Summary
Disaster Recovery is sub-set of Business Continuity, which involves a set of policies, tools and procedures to enable the recovery or continuation of vital technology infrastructure and systems (including applications) following natural or human induced disaster.
Disaster Recovery Plan presents the aspects of the solution relevant to backup and recovery, identifies and describes weaknesses in the system, and describes backup methods and recovery steps.This could include steps for replacing hardware, rebuilding/modifying/replacing the applications, restoring data, or cold backup systems that stand in for a failed solution.
Recovery Point objective and Recovery Time objective
One consistent objective critical to the customer is to ensure reliable solution operations with a minimum of down time with a minimal possible data loss in a cost-effective manner.
Let's consider the following sample Disaster Recovery plan:
- Redundancy in main data center with sync NAS mirror for continuous data replication
- Warm Stand By environment in secondary data center with async NAS mirror for continuous data replication
- Nightly (every 24 hours) backup
The table below defines RPO and RTO (minimum, average, maximum) to recover and resume operations from the moment of incident registration for each type of the solution failure:
| Failure Type | Recovery Point | Recovery Time | Notes | ||||
| min | avg | max | min | avg | max | ||
| Single Server is down | 0 | 0 | 5m | 0.5h | 1h | 2h | Primary HA scenario: DNS switch to a local backup server, sync NAS mirror as a data recovery provider |
| Datacenter is down | 0 | 15m | 30m | 4h | 6h | 12h | Primary DR scenario: DNS switch to Warm site, async NAS mirror as a data recovery provider |
| Datacenter is down, NAS replica data integrity lost | 0 | 6h | 24h | 6h | 12h | 24h | Secondary DR scenario: DNS swith to Warm site, async NAS mirror and DB backup restore as a data recovery providers |