Alicloud Backup Bdrc
This skill automates Alicloud BRDC (Backup Recovery Data Center) backups for disaster recovery, ensuring data protection and business continuity.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add alicloud-backup-bdrc npx -- -y @trustedskills/alicloud-backup-bdrc
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"alicloud-backup-bdrc": {
"command": "npx",
"args": [
"-y",
"@trustedskills/alicloud-backup-bdrc"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The alicloud-backup-bdrc skill enables AI agents to manage data protection for Alibaba Cloud resources using Backup Disaster Recovery Center (BDRC). It allows automation of backup policies, recovery drills, and cross-region disaster recovery planning directly through natural language commands.
When to use it
- Automating daily incremental backups for critical ECS instances or RDS databases.
- Scheduling automated recovery drills to verify data integrity without disrupting production.
- Configuring cross-region replication strategies to ensure business continuity during regional outages.
- Managing backup lifecycle policies to optimize storage costs by archiving old snapshots.
Key capabilities
- Creating and modifying backup plans for various Alibaba Cloud resources.
- Executing immediate recovery operations from BDRC backups.
- Performing automated disaster recovery drills to test restoration procedures.
- Monitoring backup status and generating compliance reports.
Example prompts
- "Create a daily incremental backup policy for my production ECS instance in the Singapore region."
- "Run a recovery drill for the database backup created last week to verify data integrity."
- "Configure cross-region replication from Hangzhou to Tokyo for disaster recovery purposes."
Tips & gotchas
Ensure your Alibaba Cloud account has BDRC enabled and appropriate resource tags configured before automating backups. This skill requires valid API credentials with sufficient permissions to manage backup resources; insufficient roles will result in execution failures.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.