Backup Disaster Recovery

🌐Community
by aj-geddes · vlatest · Repository

This skill creates automated backups & recovery plans to safeguard your data from disasters, ensuring business continuity and minimizing downtime.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add backup-disaster-recovery npx -- -y @trustedskills/backup-disaster-recovery
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "backup-disaster-recovery": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/backup-disaster-recovery"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The backup-disaster-recovery skill enables AI agents to generate comprehensive strategies for data protection, including defining retention policies, selecting storage solutions, and creating step-by-step recovery playbooks. It assists in drafting incident response plans that outline communication protocols and technical procedures to minimize downtime during critical failures.

When to use it

  • Designing a new cloud infrastructure setup requiring robust data safety measures.
  • Creating an incident response plan for a team facing potential ransomware attacks.
  • Documenting standard operating procedures for restoring databases after accidental deletion.
  • Evaluating current backup protocols against industry best practices for compliance audits.

Key capabilities

  • Generating structured disaster recovery plans with clear phases and objectives.
  • Recommending specific retention schedules based on data criticality and regulatory needs.
  • Drafting technical runbooks detailing commands, tools, and verification steps for restoration.
  • Identifying potential single points of failure in existing backup architectures.

Example prompts

"Create a disaster recovery plan for a small e-commerce site using AWS S3 and RDS." "Draft a step-by-step playbook to restore our PostgreSQL database from the last successful snapshot." "What are the best practices for defining retention policies for financial transaction logs?"

Tips & gotchas

Ensure you provide context about your specific infrastructure (e.g., cloud provider, database type) so the generated plan is actionable. Remember that AI-generated recovery plans must be tested regularly in a staging environment to verify their effectiveness before a real incident occurs.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
aj-geddes
Installs
142

🌐 Community

Passed automated security scans.