1 line
2.3 KiB
JSON
1 line
2.3 KiB
JSON
{"content": "---\nallowed-tools: Read, Write, Edit, Bash\nargument-hint: [operation] | --backup | --restore | --schedule | --validate | --cleanup\ndescription: Manage Supabase database backups with automated scheduling and recovery procedures\n---\n\n# Supabase Backup Manager\n\nManage comprehensive Supabase database backups with automated scheduling and recovery validation: **$ARGUMENTS**\n\n## Current Backup Context\n\n- Supabase project: MCP integration for backup operations and status monitoring\n- Backup storage: Current backup configuration and storage capacity\n- Recovery testing: Last backup validation and recovery procedure verification\n- Automation status: !`find . -name \"*.yml\" -o -name \"*.json\" | xargs grep -l \"backup\\|cron\" 2>/dev/null | head -3` scheduled backup configuration\n\n## Task\n\nExecute comprehensive backup management with automated procedures and recovery validation:\n\n**Backup Operation**: Use $ARGUMENTS to specify backup creation, data restoration, schedule management, backup validation, or cleanup procedures\n\n**Backup Management Framework**:\n1. **Backup Strategy** - Design backup schedules, implement retention policies, configure incremental backups, optimize storage usage\n2. **Automated Backup** - Create database snapshots, export schema and data, validate backup integrity, monitor backup completion\n3. **Recovery Procedures** - Test restore processes, validate data integrity, implement point-in-time recovery, optimize recovery time\n4. **Schedule Management** - Configure automated backup schedules, implement backup monitoring, setup failure notifications, optimize backup windows\n5. **Storage Optimization** - Manage backup storage, implement compression strategies, archive old backups, monitor storage costs\n6. **Disaster Recovery** - Plan disaster recovery procedures, test recovery scenarios, document recovery processes, validate business continuity\n\n**Advanced Features**: Automated backup validation, recovery time optimization, cross-region backup replication, backup encryption, compliance reporting.\n\n**Monitoring Integration**: Backup success monitoring, failure alerting, storage usage tracking, recovery time measurement, compliance reporting.\n\n**Output**: Complete backup management system with automated schedules, recovery procedures, validation reports, and disaster recovery planning."} |