automating-database-backups
Automate database backup processes with scheduling, compression, and encryption.
Content Preview
--- name: automating-database-backups description: | 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', 'dat
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/automating-database-backups.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/database/database-backup-automator/skills/automating-database-backups/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at plugins/database/database-backup-automator/skills/automating-database-backups/SKILL.md
Related Skills
Automating API Testing
This skill automates API endpoint testing, including request generation, validation, and comprehensive test coverage for REST and GraphQL APIs. It is used when the user requests API testing, contract testing, or validation against OpenAPI specifications. The skill analyzes API endpoints and generate
skill-adapterautomating api testing
by jeremylongshore · plugins-plus-skills
Automating Database Backups
This skill automates database backups using the database-backup-automator plugin. It creates scripts for scheduled backups, compression, encryption, and restore procedures across PostgreSQL, MySQL, MongoDB, and SQLite. Use this when the user requests database backup automation, disaster recovery pla
skill-adapterautomating database backups
by jeremylongshore · plugins-plus-skills
Automating Mobile App Testing
This skill enables automated testing of mobile applications on iOS and Android platforms using frameworks like Appium, Detox, XCUITest, and Espresso. It generates end-to-end tests, sets up page object models, and handles platform-specific elements. Use this skill when the user requests mobile app te
skill-adapterautomating mobile app testing
by jeremylongshore · plugins-plus-skills
codex-review
Professional code review with auto CHANGELOG generation, integrated with Codex AI
data-aicodex
by sickn33 (Antigravity) · antigravity-awesome-skills