Get-VBRStorageCopyJob
Short Description
Returns storage backup copy jobs.
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Name (Default)Get-VBRStorageCopyJob [-Name <String[]>] [<CommonParameters>]
-
IdGet-VBRStorageCopyJob [-Id <Guid>] [<CommonParameters>]
Detailed Description
This cmdlet returns storage backup copy jobs for HPE StoreOnce and Dell Data Domain repositories.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an ID of a storage backup copy job. The cmdlet will return the job with this ID. |
|
False |
Named |
False |
|
Name |
Specifies an array of names of storage backup copy jobs. The cmdlet will return the job with this name. |
|
False |
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 VBRStorageCopyJob object that contains settings of storage backup copy jobs.
Examples
Example 1. Getting Backup Copy Job for HPE StoreOnce Repository by Name
|
This command returns the
|
Example 2. Getting Backup Copy Job for HPE StoreOnce Repositories by ID
|
This command returns the
|