automating-database-backups
描述
Automate database backup processes with scheduling and encryption.
如何使用
- 访问 GitHub 仓库获取 SKILL.md 文件
- 将文件复制到您的项目根目录或 .cursor/rules 目录
- 重启您的 AI 助手或编辑器以应用新技能
完整技能说明
name
automating-database-backups
description
Use when you need to automate database backup processes with scheduling and encryption. This skill creates backup scripts for PostgreSQL, MySQL, MongoDB, and SQLite with compression. Trigger with phrases like "automate database backups", "schedule database dumps", "create backup scripts", or "implement disaster recovery for database".
allowed-tools
["Read","Write","Edit","Grep","Glob","Bash(pg_dump:, mysqldump:, mongodump:), cron:)"]
version
1.0.0
license
MIT
author
Jeremy Longshore <jeremy@intentsolutions.io>
Tags
相关技能
sql-optimization-patterns
Master SQL query optimization, indexing strategies, and EXPLAIN analysis.
database-migration
Execute database migrations with zero-downtime strategies and rollback procedures.
postgresql-table-design
Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints.
postgres-schema-design
Comprehensive PostgreSQL-specific table design reference covering data types, indexing, constraints.
analyzing-query-performance
Query performance analysis with comprehensive guidance and automation.