--- title: "Get-VBRUnstructuredBackupCopyJob" description: "Returns file backup copy jobs and object storage backup jobs. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: This cmdlet returns file backup copy jobs and object stor" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrunstructuredbackupcopyjob.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Unstructured Data Backup > Working with Unstructured Data Source Jobs > Managing Backup Jobs for Protecting Unstructured Data > Get-VBRUnstructuredBackupCopyJob" dateModified: "2026-08-19" --- # Get-VBRUnstructuredBackupCopyJob ## Short Description Returns file backup copy jobs and object storage backup jobs. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
AllParameterSets (Default)
NasBackup
Name
Id
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
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 |
|
False |
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. |
|
True |
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. |
|
True |
Named |
False |
|
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 |
|
True |
Named |
False |