Run Verification
pbs_run_verifyStart a verification job on a datastore to check backup integrity. Returns a task UPID for tracking.
Instructions
Start a verification job on a datastore to check backup integrity. Returns a task UPID.
Args:
store (string): Datastore name
backup_type (string, optional): Only verify this backup type
backup_id (string, optional): Only verify this backup ID
ignore_verified (boolean, optional): Skip already-verified snapshots (default true)
outdated_after (number, optional): Re-verify if last verification is older than this many days
ns (string, optional): Namespace path
Returns: Task UPID for the started verification job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ns | No | Namespace path | |
| store | Yes | Datastore name | |
| backup_id | No | Filter by backup ID | |
| backup_type | No | Filter by backup type | |
| outdated_after | No | Re-verify if older than N days | |
| ignore_verified | No | Skip already-verified snapshots |