Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:05 +08:00
commit 23b2141b64
8 changed files with 278 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for database-backup-automator skill
- [ ] backup_script_generator.py: Generates backup scripts based on database type and user-defined parameters.
- [ ] restore_script_generator.py: Generates restore scripts based on backup location and database type.
- [ ] backup_scheduler.py: Creates and manages cron jobs for automated backups.
- [ ] backup_validator.py: Validates the integrity of the backup files.