Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:59 +08:00
commit 79be0aa370
8 changed files with 182 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for backup-strategy-implementor skill
- [ ] backup_database.sh Script to automate database backup based on provided configuration
- [ ] restore_database.sh Script to automate database restoration based on provided configuration
- [ ] validate_backup.py Python script to validate the integrity of the backup files
- [ ] configure_backup_agent.py Python script to configure a backup agent on the application server