database-backup-automator
v1.26.0Automate database backups with scheduling, compression, encryption, and restore procedures
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/database/database-backup-automator/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── skills/automating-database-backups/SKILL.md
Skills1
Automate database backup processes with scheduling, compression, and encryption. Supports PostgreSQL (pg_dump), MySQL (mysqldump), MongoDB (mongodump), and SQLite. Generates production-ready backup scripts with retention policies and restore procedures. Trigger: "automate database backups", "schedule backups", "create backup script", "disaster recovery". Use when working with automating database backups. Trigger with 'automating', 'database', 'backups'.
Manifests1
{
"name": "database-backup-automator",
"version": "1.26.0",
"description": "Automate database backups with scheduling, compression, encryption, and restore procedures",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"database",
"backup",
"automation",
"disaster-recovery",
"devops",
"agent-skills"
]
}