plugins marketplace
← All plugins

database-backup-automator

v1.26.0

Automate database backups with scheduling, compression, encryption, and restore procedures

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone 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

plugins/database/database-backup-automator/
├── .claude-plugin/plugin.json
└── skills/automating-database-backups/SKILL.md

Skills1

automating-database-backupsskills/automating-database-backups/SKILL.md

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

plugins/database/database-backup-automator/.claude-plugin/plugin.json
{
  "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"
  ]
}