Start-VBRNASBackupHealthCheck
Short Description
Performs a health check for file backup jobs.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Detailed Description
This cmdlet performs a health check for file backup jobs.
Important |
This cmdlet is available starting from the Veeam Backup & Replication version 10a (build number 10.0.1.4854). |
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
Job | Specifies a file backup job. The cmdlet will perform a health check for this backup job. | Accepts the CBackupJob[] object. To get this object, run the Get-VBRNASBackupJob cmdlet. | True | Named | True (ByValue, ByPropertyName) |
|
Repair | Defines that the cmdlet will repair missing data and metadata. If you provide this parameter, the cmdlet will repair the missing metadata. Otherwise, the cmdlet will perform a health check of backup files and if corruption is detected, it will return a notification. | SwitchParameter | False | Named | False |
|
RunAsync | Indicates that the command returns immediately without waiting for the task to complete. | SwitchParameter | False | Named | False |
|
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the VBRNASBackupHealthCheck object that contains results of a health check for file backup jobs.
Examples
Example 1. Performing Health Check
This example shows how to perform a health check for a file backup job. Perform the following steps:
|
Example 2. Performing Health Check with Repair
This example shows how to perform a health check for a file backup job. Veeam Backup & Replication will repair corrupted data if the health check detects them. Perform the following steps:
|
Related Commands