Get-VBRCatalystCopyJob
Short Description
Returns backup copy jobs for HPE StoreOnce repositories.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
This cmdlet provides parameter sets that allow you to:
- Get an array of backup copy jobs for HPE StoreOnce repositories by the job name.
- Get backup copy jobs for HPE StoreOnce repositories by the job ID.
Detailed Description
This cmdlet returns backup copy jobs for HPE StoreOnce repositories.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
Name | Specifies an array of names of backup copy jobs for HPE StoreOnce repositories. The cmdlet will return the job with this name. | String[] | True | Named | False |
Id | Specifies an ID of a backup copy job for HPE StoreOnce repositories. The cmdlet will return the job with this ID. | Guid | True | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the VBRCatalystCopyJob object that contains settings of backup copy jobs for HPE StoreOnce repositories.
Examples
Example 1. Getting Backup Copy Job for HPE StoreOnce Repository by Name
This command returns the StoreOnce copy job backup copy job for an HPE StoreOnce repository. |
Example 2. Getting Backup Copy Job for HPE StoreOnce Repositories by ID