Get-VBRNASBackupCopyJob (obsolete)
Short Description
Returns file backup copy jobs.
Note |
|
This cmdlet is obsolete. Run the |
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRNASBackupCopyJob [<CommonParameters>]
-
NasBackupGet-VBRNASBackupCopyJob -ParentJob <VBRNASBackupJob> [-BackupRepository <CBackupRepository[]>] [<CommonParameters>]
-
NameGet-VBRNASBackupCopyJob -Name <String[]> [<CommonParameters>]
-
IdGet-VBRNASBackupCopyJob -Id <Guid[]> [<CommonParameters>]
Detailed Description
This cmdlet returns file backup copy jobs.
Parameters
|
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 |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRNASBackupCopyJob object that returns file backup copy jobs.
Examples
Example 1. Getting All File Backup Copy Jobs
|
This command returns all file backup copy jobs that are available on the secondary backup repositories for file backup jobs.
|
Example 2. Getting File Backup Copy Job by Primary Job
|
This example shows how to get a file backup copy job that was created to process backup files of the
Perform the following steps:
|
Example 3. Getting File Backup Copy Jobs by Name
|
This command returns all file backup copy jobs with the names that begin with the letters C through T.
|
Example 4. Getting File Backup Copy Jobs by ID
|
This command returns the
|
Related Commands
Get-VBRBackupRepositoryReturns a list of backup repositories.Get-VBRNASBackupJobReturns file backup jobs. This cmdlet is obsolete. Run the Get-VBRUnstructuredBackupJob cmdlet instead.