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

Start-VBRSureBackupJob

Short Description

Starts SureBackup jobs.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Start-VBRSureBackupJob -Job <VBRSureBackupJob> [-DateTime <datetime>] [-RunAsync]  [<CommonParameters>]

Detailed Description

This cmdlet starts SureBackup jobs.

Run the Stop-VBRSureBackupJob cmdlet to stop SureBackup jobs.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Job

Specifies a SureBackup job. The cmdlet will start that job.

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

True

Named

True (ByValue,
ByProperty
Name)

DateTime

Specifies a restore point that is created by the SureBackup job. The cmdlet will start VMs backed up by the SureBackup job from the specified restore point.

Note: If you do not specify this parameter, the cmdlet will start VMs from the most recent restore point.

DateTime

False

Named

False

RunAsync

Defines that the command returns immediately without waiting for the task to complete.

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.

Examples

Start-VBRSureBackupJobExample 1. Starting SureBackup Jobs From Recent Restore Point

Start-VBRSureBackupJobExample 2. Starting SureBackup Jobs From Specified Restore Point

Related Commands