Get-VBRUnstructuredBackupCopyJob

Short Description

Returns file backup copy jobs and object storage backup jobs.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get a file backup copy job or an object storage backup job by specifying the primary backup job.

Get-VBRUnstructuredBackupCopyJob [-BackupRepository <CBackupRepository[]>] -ParentJob <VBRUnstructuredBackupJob>  [<CommonParameters>]

  • Get file backup copy jobs and object storage backup jobs using IDs of these jobs.

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

  • Get file backup copy jobs and object storage backup jobs using names of these jobs.

Get-VBRUnstructuredBackupCopyJob -Name <string[]>  [<CommonParameters>]

Detailed Description

This cmdlet returns file backup copy jobs and object storage backup jobs.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

ParentJob

Specifies a primary file backup job or an object storage backup job. The cmdlet will return a file backup copy job or an object storage backup copy job that processes backup files of this backup job.

Accepts the VBRUnstructuredBackupJob object. To get this object, run the Get-VBRUnstructuredBackupJob cmdlet.

True

Named

False

BackupRepository

Specifies an array of secondary repositories. The cmdlet will get a file backup copy job or an object storage backup copy job that keep their backup files on these repositories.

Accepts the CBackupRepository[] object. To create this object, run the Get-VBRBackupRepository cmdlet.

False

Named

False

Name

Specifies a name of a file backup copy job or an object storage backup copy job. The cmdlet will return an array of jobs with the specified name.

String[]

True

Named

False

Id

Specifies an ID of a file backup copy job or an object storage backup copy job. The cmdlet will return an array of jobs with the specified ID.

Guid[]

True

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 VBRUnstructuredBackupCopyJob object that contains settings of file backup copy jobs or object storage backup copy jobs.

Examples

Get-VBRUnstructuredBackupCopyJobExample 1. Getting File Backup Copy Job by Primary Job

Get-VBRUnstructuredBackupCopyJobExample 2. Getting Object Storage Backup Copy Jobs by Name

Get-VBRUnstructuredBackupCopyJobExample 3. Getting File Backup Copy Jobs by ID

Related Commands

Page updated 1/28/2025

Page content applies to build 12.3.1.1139