automating-database-backups

Community

Automate database backups for data safety & quick recovery.

Authorjeremylongshore
Version1.0.0
Installs0

System Documentation

What problem does it solve?

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 across various database types like PostgreSQL, MySQL, MongoDB, and SQLite.

Core Features & Use Cases

  • Scheduled Backups: Create cron jobs for automated daily or weekly backups.
  • Compression & Encryption: Secure and optimize backup storage.
  • Restore Procedures: Generate clear, concise, and tested restore documentation.
  • Use Case: Set up daily, encrypted backups for your PostgreSQL database, ensuring data is safe and easily recoverable.

Quick Start

User request: "Create daily backups for my PostgreSQL database."

The skill will:

  1. Generate a pg_dump script with compression and encryption.
  2. Create a cron job to run the backup script daily.

Dependency Matrix

Required Modules

None required

Components

scriptsreferencesassets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: automating-database-backups
Download link: https://github.com/jeremylongshore/claude-code-plugins-plus/archive/main.zip#automating-database-backups

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository