This skill streamlines the creation of database backup solutions. It generates scripts, configures schedules, and provides comprehensive restore procedures, ensuring data safety and efficient recovery.
How It Works
Analyze Requirements: Determines the database type (PostgreSQL, MySQL, MongoDB, or SQLite) and backup requirements (frequency, retention).
Generate Scripts: Creates backup scripts with compression and encryption.
Schedule Backups: Sets up cron jobs for automated, scheduled backups.
Implement a disaster recovery plan for a database.
Examples
Example 1: Setting up Daily Backups for PostgreSQL
User request: "Create daily backups for my PostgreSQL database."
The skill will:
Generate a pg_dump script with compression and encryption.
Create a cron job to run the backup script daily.
Example 2: Automating Weekly Backups for MongoDB
User request: "Automate weekly backups for my MongoDB database."
The skill will:
Generate a mongodump script with compression and encryption.
Create a cron job to run the backup script weekly and implement a retention policy.
Best Practices
Retention Policies: Implement clear retention policies to manage storage space.
Testing Restores: Regularly test restore procedures to ensure data integrity.
Secure Storage: Store backups in secure, encrypted locations, preferably offsite.
Integration
This skill can integrate with cloud storage plugins (S3, GCS, Azure) for offsite backup storage and monitoring plugins for backup success/failure alerts.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: jeremylongshore-claude-code-plugins-plus-skills-database-bac3description: Overview4---56## Overview78This skill streamlines the creation of database backup solutions. It generates scripts, configures schedules, and provides comprehensive restore procedures, ensuring data safety and efficient recovery.910## How It Works11121. **Analyze Requirements**: Determines the database type (PostgreSQL, MySQL, MongoDB, or SQLite) and backup requirements (frequency, retention).132. **Generate Scripts**: Creates backup scripts with compression and encryption.143. **Schedule Backups**: Sets up cron jobs for automated, scheduled backups.154. **Document Restore**: Generates clear, concise restore procedures.1617## When to Use This Skill1819This skill activates when you need to:20- Create a backup schedule for a database.21- Automate the database backup process.22- Generate scripts for database restoration.23- Implement a disaster recovery plan for a database.2425## Examples2627### Example 1: Setting up Daily Backups for PostgreSQL2829User request: "Create daily backups for my PostgreSQL database."3031The skill will:321. Generate a `pg_dump` script with compression and encryption.332. Create a cron job to run the backup script daily.3435### Example 2: Automating Weekly Backups for MongoDB3637User request: "Automate weekly backups for my MongoDB database."3839The skill will:401. Generate a `mongodump` script with compression and encryption.412. Create a cron job to run the backup script weekly and implement a retention policy.4243## Best Practices4445- **Retention Policies**: Implement clear retention policies to manage storage space.46- **Testing Restores**: Regularly test restore procedures to ensure data integrity.47- **Secure Storage**: Store backups in secure, encrypted locations, preferably offsite.4849## Integration5051This skill can integrate with cloud storage plugins (S3, GCS, Azure) for offsite backup storage and monitoring plugins for backup success/failure alerts.5253---54> Converted and distributed by [TomeVault](https://tomevault.io/claim/jeremylongshore) — claim your Tome and manage your conversions.55<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/jeremylongshore-claude-code-plugins-plus-skills-database-bac in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Overview It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.