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.md

Skill 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-skills

Then reference at plugins/database/database-backup-automator/skills/automating-database-backups/SKILL.md

Related Skills