Enable-VBRStorageCopyJob
Short Description
Enables storage backup copy jobs.
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Enable-VBRStorageCopyJob [-Job] <VBRStorageCopyJob[]> [-PassThru] [<CommonParameters>] |
Detailed Description
This cmdlet enables backup copy jobs for HPE StoreOnce and Dell Data Domain repositories.
Run the Disable-VBRStorageCopyJobDisables storage backup copy jobs. cmdlet to disable backup copy jobs for HPE StoreOnce and Dell Data Domain repositories.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies an array of storage backup copy jobs. The cmdlet will enable these jobs.
Accepts the |
|
True |
0 |
True (ByPropertyName, ByValue) |
|
PassThru |
Defines that the command returns the output object to the Windows PowerShell console. |
|
False |
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 VBRCatalystCopyJob object that contains settings of storage backup copy jobs.
Examples
Enabling Backup Copy Job for HPE StoreOnce Repository
This example shows how to enable the StoreOnce copy job backup copy job for an HPE StoreOnce repository.
|
$job = Get-VBRStorageCopyJob -Name "StoreOnce copy job" Enable-VBRStorageCopyJob -Job $job |
Perform the following steps:
- Run the
Get-VBRStorageCopyJobReturns storage backup copy jobs. cmdlet. Specify theNameparameter value. Save the result to the$jobvariable. - Run the
Enable-VBRStorageCopyJobcmdlet. Set the$jobvariable as theJobparameter value.
Related Commands
Get-VBRStorageCopyJobReturns storage backup copy jobs.