9 lines
434 B
Markdown
9 lines
434 B
Markdown
# 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.
|