This is an archive version of the document. To get the most up-to-date information, see the current version.

Add-VBRViSureBackupJob

Short Description

Creates SureBackup jobs.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

Add-VBRViSureBackupJob -VirtualLab <VBRVirtualLab> [-Name <string>] [-Description <string>] [-ApplicationGroup <VBRApplicationGroup>] [-KeepApplicationGroupRunning] [-LinkedJob <VBRSureBackupLinkedJob[]>] [-MaxConcurrentVMs <int>] [-VerificationOptions <VBRSureBackupJobVerificationOptions>] [-ScheduleOptions <VBRSureBackupJobScheduleOptions>] [-Force]  [<CommonParameters>]

Detailed Description

This cmdlet creates SureBackup jobs.

Note that when you create a backup job, you need to run it manually unless you enable a job schedule.

Run the Start-VBRSureBackupJob cmdlet to run the job manually.

Run the New-VBRSureBackupJobScheduleOptions to set schedule for the job.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

VirtualLab

Specifies a virtual lab. The cmdlet will use this virtual lab to verify VMs.

Accepts the VBRVirtualLab object. To create this object, run the Get-VBRVirtualLab cmdlet.

True

Named

False

Name

Specifies a name for a SureBackup job. The cmdlet will create a SureBackup job with this name.

String

False

Named

False

Description

Specifies a description for a SureBackup job. The cmdlet will create a SureBackup job with this description.

String

False

Named

False

ApplicationGroup

Specifies an application group. Veeam Backup & Replication will use this application group to use for recovery verification.

Accepts the VBRApplicationGroup object. To create this object, run the Get-VBRApplicationGroup cmdlet.

False

Named

False

KeepApplicationGroupRunning

Defines that VMs from an application group will run after the SureBackup job finishes.

If you provide this parameter, the application group will not be powered off when the SureBackup job finishes. Otherwise, the application group will be powered off.

SwitchParamter

False

Named

False

LinkedJob

Specifies a backup or replication job. The cmdlet will verify VMs that are added to this job with the SureBackup job.

Accepts the VBRSureBackupLinkedJob[] object. To create this object, run the New-VBRSureBackupLinkedJob cmdlet.

False

Named

False

MaxConcurrentVMs

Specifies the maximum number of VMs that can be started at the same time.

Int32

False

Named

False

VerificationOptions

Specifies additional settings for the SureBackup job

Accepts the VBRSureBackupJobVerificationOptions object. To create this object, run the New-VBRSureBackupJobVerificationOptions cmdlet.

False

Named

False

ScheduleOptions

Specifies schedule settings of a SureBackup job. Veeam Backup & Replication will run the job according to these settings.

Accepts the VBRSureBackupJobScheduleOptions object. To create this object, run the New-VBRSureBackupJobScheduleOptions cmdlet.

False

Named

False

Force

Defines that the cmdlet will not show any warnings.

SwitchParamter

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 VBRViSureBackupJob object that defines settings of SureBackup jobs.

Examples

Add-VBRViSureBackupJobExample 1. Adding SureBackup Job

Add-VBRViSureBackupJobExample 2. Adding SureBackup Job with Application Group

Add-VBRViSureBackupJobExample 3. Adding SureBackup Job with Recovery Verification Options

Add-VBRViSureBackupJobExample 4. Adding SureBackup Job with Schedule Settings

Related Commands