Remove-VBRCatalystCopyJob (obsolete)
Short Description
Removes 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 removes 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.
Examples
Removing Backup Copy Job for HPE StoreOnce Repository
|
$job = Get-VBRCatalystCopyJob -Name "StoreOnce copy job" Remove-VBRCatalystCopyJob -Job $job |
This example shows how to remove the StoreOnce copy job backup copy job for an HPE StoreOnce repository.
Perform the following steps:
1. Run the Get-VBRCatalystCopyJob cmdlet. Specify the Name parameter value. Save the result to the $job variable.
2. Run the Remove-VBRCatalystCopyJob cmdlet. Set the $job variable as the Job parameter value.
Related Commands
Get-VBRCatalystCopyJobReturns backup copy jobs for HPE StoreOnce repositories. This cmdlet is obsolete. Run the Get-VBRStorageCopyJob cmdlet instead.