add manual backup to ac-backup container

This commit is contained in:
uprightbass360
2025-11-09 15:46:51 -05:00
parent 7000f35972
commit bc8bfdbeec
2 changed files with 100 additions and 0 deletions

View File

@@ -207,6 +207,14 @@ Automated post-deployment tasks including module configuration, service verifica
3. Database connectivity testing
4. Initial realm configuration
#### `scripts/bash/manual-backup.sh` - On-Demand Backup Helper
Runs the `ac-backup` container's dump logic immediately and stores results under `/backups/<label>_<timestamp>`.
```bash
./scripts/bash/manual-backup.sh # Manual backup with default label
./scripts/bash/manual-backup.sh --label hotfix # Custom label for the backup directory
```
### Advanced Deployment Tools
#### `scripts/bash/migrate-stack.sh` - Remote Deployment Migration