Start-VBRCatalystCopyJob (obsolete)
Short Description
Starts backup copy jobs for HPE StoreOnce repositories.
Note |
|
This cmdlet is obsolete. Run the |
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Detailed Description
This cmdlet starts backup copy jobs for HPE StoreOnce repositories.
Parameters
<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 backup copy jobs for HPE StoreOnce repositories.
Examples
Starting Backup Copy Job for HPE StoreOnce Repository
This example shows how to start the StoreOnce copy job backup copy job for an HPE StoreOnce repository.
|
$job = Get-VBRCatalystCopyJob -Name "StoreOnce copy job" Start-VBRCatalystCopyJob -Job $job |
Perform the following steps:
- Run the
Get-VBRCatalystCopyJobReturns backup copy jobs for HPE StoreOnce repositories. This cmdlet is obsolete. Run the Get-VBRStorageCopyJob cmdlet instead. cmdlet. Specify theNameparameter value. Save the result to the$jobvariable. - Run the
Start-VBRCatalystCopyJobcmdlet. Set the$jobvariable as theJobparameter value.
Related Commands
Get-VBRCatalystCopyJobReturns backup copy jobs for HPE StoreOnce repositories. This cmdlet is obsolete. Run the Get-VBRStorageCopyJob cmdlet instead.