From database-backup-automator
Process use when you need to automate database backup processes with scheduling and encryption. This skill creates backup scripts for PostgreSQL, MySQL, MongoDB, and SQLite with compression. Trigger with phrases like "automate database backups", "schedule database dumps", "create backup scripts", or "implement disaster recovery for database".
How this skill is triggered — by the user, by Claude, or both
Slash command
/database-backup-automator:automating-database-backupsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for database backup automator tasks.
This skill provides automated assistance for database backup automator tasks.
Before using this skill, ensure:
This skill produces:
Backup Scripts: Shell scripts for database dumps with compression and encryption
Cron Configurations: Crontab entries for automated backup scheduling
Retention Scripts: Automated cleanup scripts implementing retention policies
Restore Procedures: Step-by-step documentation and scripts for database restoration
Monitoring Configuration: Log file locations and success/failure notification setup
Backup Failures:
Insufficient Disk Space:
Encryption Errors:
Schedule Conflicts:
Backup Script Templates:
{baseDir}/templates/backup-scripts/postgresql-backup.sh{baseDir}/templates/backup-scripts/mysql-backup.sh{baseDir}/templates/backup-scripts/mongodb-backup.sh{baseDir}/templates/backup-scripts/sqlite-backup.shRestore Procedures: {baseDir}/docs/restore-procedures/
Retention Policy Templates: {baseDir}/templates/retention-policies.yaml
Cron Job Examples: {baseDir}/examples/crontab-entries.txt
Monitoring Scripts: {baseDir}/scripts/backup-monitoring.sh
This skill provides automated assistance for the described functionality.
Example usage patterns will be demonstrated in context.
3plugins reuse this skill
First indexed Jul 10, 2026
npx claudepluginhub jamon8888/claude-code-plugins-plus --plugin database-backup-automatorCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.