This is an archive version of the document. To get the most up-to-date information, see the current version.

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-VBRCatalystCopyJob -Name <string[]>  [<CommonParameters>]

  • Get backup copy jobs for HPE StoreOnce repositories by the job ID.

Get-VBRCatalystCopyJob -Id <guid>  [<CommonParameters>]

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

Get-VBRCatalystCopyJobExample 1. Getting Backup Copy Job for HPE StoreOnce Repository by Name

Get-VBRCatalystCopyJobExample 2. Getting Backup Copy Job for HPE StoreOnce Repositories by ID