--- title: "Get-VBRNASBackupCopyJob (obsolete)" description: "This cmdlet returns file backup copy jobs." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrnasbackupcopyjob.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Obsolete Cmdlets > Get-VBRNASBackupCopyJob (obsolete)" dateModified: "2026-08-19" --- # Get-VBRNASBackupCopyJob ## Short Description Returns file backup copy jobs. ::: note This cmdlet is obsolete. Run the [`Get-VBRUnstructuredBackupCopyJob`](get-vbrunstructuredbackupcopyjob.md) cmdlet instead. ::: **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 file backup copy jobs that keep their backup files on these repositories. Accepts the |
|
False |
Named |
False |
|
Id |
Specifies an ID of a file 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. The cmdlet will return an array of jobs with the specified name. |
|
True |
Named |
False |
|
ParentJob |
Specifies a primary file backup job. The cmdlet will get a file backup copy job that was created to process backup files of this backup job. Accepts the |
|
True |
Named |
False |