Files
gh-jeremylongshore-claude-c…/skills/database-backup-automator/scripts/README.md
2025-11-30 08:18:05 +08:00

434 B

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.