job_retry
Retry failed backup jobs by re-running only failed objects. Preview with dry_run; runs asynchronously, cancel with job_stop.
Instructions
[WRITE] Retry a failed backup job (re-runs failed objects only).
Runs as an async session — poll with session_list / session_get. Inverse: job_stop (cancels the in-flight retry). Pass dry_run=True to preview.
Args: job_id: Veeam job id. dry_run: If True, preview without retrying. target: Veeam target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| target | No | ||
| dry_run | No |