Add-VBRSureBackupContentScanJob
Short Description
Creates a backup content scan SureBackup job.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Add-VBRSureBackupContentScanJob [-Name <String>] [-Description <String>] [-LinkedJob <VBRSureBackupLinkedJob[]>] [-UnstructuredLinkedJob <VBRUnstructuredBackupJob[]>] [-MaxConcurrentVMs <Int32>] [-ProcessRandomMachines] -VerificationOptions <VBRSureBackupJobVerificationOptions> [-ScheduleOptions <VBRSureBackupJobScheduleOptions>] [-Force] [-RandomMachinesMaxCount <Int32>] [<CommonParameters>] |
Detailed Description
This cmdlet creates a SureBackup job that runs in the backup content scan verification mode. This SureBackup job performs only backup integrity check and its content analysis to detect traces of malware or any other unwanted or sensitive data. These tests do no require setting up a virtual lab or an application group.
Note that when you create a backup job, you need to run it manually unless you enable a job schedule.
Run the Start-VBRSureBackupJobStarts the SureBackup job. cmdlet to run the job manually.
Run the New-VBRSureBackupJobScheduleOptionsDefines a SureBackup job schedule. to set schedule for the job.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Description |
Specifies a description for a SureBackup job. The cmdlet will create a SureBackup job with this description. |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will not show any warnings. |
|
False |
Named |
False |
|
LinkedJob |
Specifies a backup or replication job. The cmdlet will verify VMs that are added to this job with the lite SureBackup job.
Accepts the |
|
False |
Named |
False |
|
MaxConcurrentVMs |
Specifies the maximum number of VMs that can be started at the same time. |
|
False |
Named |
False |
|
Name |
Specifies a name for a SureBackup job. The cmdlet will create a SureBackup job with this name. |
|
False |
Named |
False |
|
ProcessRandomMachines |
Defines that the cmdlet will randomly test the specified number of machines from the linked job.
Use the |
|
False |
Named |
False |
|
RandomMachinesMaxCount |
Specifies the number of machines to randomly test during each run. The cmdlet will randomly test the specified number of machines from the linked job. |
|
False |
Named |
False |
|
ScheduleOptions |
Specifies schedule settings of a SureBackup job. Veeam Backup & Replication will run the job according to these settings.
Accepts the |
|
False |
Named |
False |
|
UnstructuredLinkedJob |
Specifies an unstructured data backup job. The cmdlet will verify backups created by this job with the lite SureBackup job.
Accepts the |
|
False |
Named |
False |
|
VerificationOptions |
Specifies verification settings for a SureBackup job.
Accepts the |
|
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRSureBackupContentScanJob object that defines settings of lite SureBackup jobs.
Examples
Example 1. Adding Backup Content Scan SureBackup Job
|
This example shows how to create a backup content scan SureBackup job which will randomly scan 5 machines from the linked job named
Perform the following steps:
|
Example 2. Adding Backup Content Scan SureBackup Job with Schedule Settings
|
This example shows how to create a scheduled lite SureBackup job.
Perform the following steps:
|
Related Commands
Get-VBRJobReturns existing jobs.New-VBRSureBackupLinkedJobDefines jobs linked with the SureBackup job.New-VBRSureBackupJobVerificationOptionsDefines verification settings for the SureBackup job.New-VBRDailyOptionsCreates new job daily schedule settings.New-VBRSureBackupJobScheduleOptionsDefines a SureBackup job schedule.