Database Backup Scheduler
Set up automated database backup schedules with retention, compression, encryption, and off-site storage.
Usage
Describe your database setup and backup requirements, and this skill will configure an automated backup schedule.
Examples
- "Set up daily PostgreSQL backups with 30-day retention to S3"
- "Configure WAL archiving for point-in-time recovery"
- "Create a backup script for MySQL with email notifications on failure"
Guidelines
- Schedule backups during low-traffic periods
- Encrypt backups before storing off-site
- Regularly test restores to verify backup integrity
- Use incremental backups for large databases to save time and storage
- Set up monitoring and alerts for backup failures