Start-VBRvCDReplicaJob
Short Description
Starts Cloud Director replication jobs.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Start-VBRvCDReplicaJob -Job <VBRvCDReplicaJob[]> [-RunAsync] [<CommonParameters>] |
Detailed Description
This cmdlet starts Cloud Director replication jobs.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies an array of Cloud Director replication jobs that you want to start.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Starting Cloud Director Replication Jobs
This example shows how to start all Cloud Director replication jobs that are added to the backup infrastructure.
|
$replicavCD = Get-VBRvCDReplicaJob Start-VBRvCDReplicaJob -Job $replicavCD |
Perform the following steps:
- Run the
Get-VBRvCDReplicaJobReturns Cloud Director replication jobs. cmdlet. Save the result to the$replicavCDvariable. - Run the
Start-VBRvCDReplicaJobcmdlet. Set the$replicavCDvariable as theJobparameter value.
Related Commands
Get-VBRvCDReplicaJobReturns Cloud Director replication jobs.