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)Get-VBRUnstructuredBackupCopyJob [<CommonParameters>]
-
NasBackupGet-VBRUnstructuredBackupCopyJob -ParentJob <VBRUnstructuredBackupJob>
[-BackupRepository <CBackupRepository[]>] [<CommonParameters>]
-
NameGet-VBRUnstructuredBackupCopyJob -Name <String[]> [<CommonParameters>]
-
IdGet-VBRUnstructuredBackupCopyJob -Id <Guid[]> [<CommonParameters>]
Detailed Description
This cmdlet returns file backup copy jobs and object storage backup jobs.
Parameters
|
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 |
<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
Example 1. 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 2. Getting Object Storage Backup Copy Jobs by Name
|
This command returns all object storage backup copy jobs with the names that begin with the letters C through T.
|
Example 3. Getting File Backup Copy Jobs by ID
|
This command returns the
|
Related Commands
Get-VBRBackupRepositoryReturns a list of backup repositories.Get-VBRUnstructuredBackupJobReturns file backup jobs and object storage backup jobs.