backup_restore
Restore Docker volumes from a backup archive. Optionally target a remote server or specific service.
Instructions
Restore Docker volumes from a backup archive. Destructive: confirm intent before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archive | Yes | Backup archive path to restore | |
| server | No | Remote server name from config (optional, runs locally if omitted) | |
| service | No | Specific service to restore (optional) |