verify_backup
Checks the integrity of an SQLite backup file by running integrity_check, returning 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 |