Copyright (c) 2025 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.

3.1.3.2. Backup & Recovery Strategies (Pilot Light, Warm Standby)

First Principle: Restoring critical data and applications, minimizing data loss (RPO) and downtime (RTO), ensures business continuity.

Disaster recovery (DR) ensures business continuity by restoring critical data and applications. This principle guides strategy selection, balancing recovery objectives with cost.

Key DR Strategies (from highest RTO/RPO/lowest cost to lowest RTO/RPO/highest cost):

Scenario: A DevOps team needs to design a disaster recovery (DR) strategy for a critical application. The application can tolerate several minutes of downtime (RTO) but needs minimal data loss (RPO in minutes). They want a solution that balances cost and recovery objectives.

Reflection Question: Compare and contrast the Pilot Light and Warm Standby DR strategies. How do they differ in terms of resource utilization in the recovery region and their impact on RTO and cost?

Strategy selection hinges on application criticality, RTO/RPO needs, and budget. Pilot Light offers cost savings for less critical systems; Warm Standby provides faster recovery for essential services.

šŸ’” Tip: Compare these with "Backup and Restore" (highest RTO/RPO, lowest cost) and "Multi-site Active/Active" (lowest RTO/RPO, highest cost) for a complete DR spectrum view.