verify_backup
Run an integrity check on an SQLite backup file to confirm it is valid. Returns status and table count.
Instructions
Run SQLite integrity_check on a backup file.
Args:
backup_path: Full path to an unencrypted .sqlite backup.
Returns JSON with status ('ok' or errors) and table count.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backup_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |