backup_drill
Verify backups by booting an app from the archive in an isolated Docker container and confirming its response. Supports specific apps, all apps, or remote servers.
Instructions
Verify a backup by booting an app in an isolated Docker environment and checking that it responds
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Drill all supported apps in the backup | |
| app | No | App/service to drill (required unless all=true) | |
| server | No | Remote server name from config (optional, runs locally if omitted) | |
| archive | No | Specific backup archive to verify (optional) |