planning-disaster-recovery

Design disaster recovery strategies with RTO/RPO planning, backups, and chaos testing.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/masermediagroup-stack/CursorSkills --skill planning-disaster-recovery-masermediagroup-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-disaster-recovery
Source: https://github.com/masermediagroup-stack/CursorSkills/tree/main/skills-bundle/skills/community/ai-design-components/skills/planning-disaster-recovery
Command: npx skills add https://github.com/masermediagroup-stack/CursorSkills --skill planning-disaster-recovery-masermediagroup-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pgbackrest, tar.

What problem does it solve?

Designing and implementing robust disaster recovery plans that define RTO/RPO objectives, implement backups with PITR, configure cross-region replication, and validate DR readiness through chaos testing and runbooks.

Core Features & Use Cases

  • RTO/RPO planning and criticality tiering for business continuity
  • Automated backups, PITR, cross-region replication, and automated failover
  • Chaos engineering and DR drills to validate recoveries across databases, Kubernetes, and cloud environments
  • Runbooks, monitoring, and compliance mappings for audits and governance

Quick Start

Create and validate a DR plan by defining RTO/RPO objectives, configuring backups and PITR, setting up cross-region replication, and running chaos experiments.

Frequently Asked Questions about planning-disaster-recovery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a disaster recovery plan with RTO and RPO objectives?

To design a disaster recovery plan with RTO and RPO objectives, you define recovery point and time goals, tier application criticality, configure automated backups with PITR, and establish cross-region replication to meet targeted availability thresholds.

How do I set up cross-region replication and automated failover for Kubernetes clusters?

Setting up cross-region replication and automated failover for Kubernetes clusters requires configuring multi-region architecture replication, automating failover triggers, and validating DR readiness through chaos testing drills across cloud environments.

What is chaos engineering for disaster recovery and when do I need it?

Chaos engineering for disaster recovery is the practice of running controlled chaos experiments and DR drills to validate recovery procedures across databases and Kubernetes clusters, needed when verifying high availability in multi-region architectures.

Does disaster recovery planning work with PostgreSQL backups using pgbackrest?

Disaster recovery planning works with PostgreSQL backups using pgbackrest by integrating automated backup configurations and point-in-time recovery (PITR) to satisfy cross-region replication and compliance alignment requirements.

What's the best way to create DR runbooks and map them to compliance requirements?

The best way to create DR runbooks and map them to compliance requirements is to document recovery procedures, establish continuous monitoring, and align disaster recovery strategies with audit and governance standards.

Do I need tar and pgbackrest to automate backups with point-in-time recovery?

You need pgbackrest to automate PostgreSQL backups with point-in-time recovery (PITR), while tar handles general file-level backup operations to support comprehensive disaster recovery strategies.