Get-VBRSOBRObjectStorageBackup
Short Description
Returns backups available in archive extents and capacity extents of scale-out backup repositories.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Name (Default)Get-VBRSOBRObjectStorageBackup [-Name <String[]>] [-CapacityTier] [-ArchiveTier] [<CommonParameters>]
-
IdGet-VBRSOBRObjectStorageBackup -Id <Guid[]> [<CommonParameters>]
Detailed Description
This cmdlet returns backups stored in archive extents and capacity extents of scale-out backup repositories.
Important |
|
You can use the backups you get with this cmdlet only in the removal operations. Run the |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ArchiveTier |
Defines that the cmdlet will return backups stored in archive extents of the scale-out backup repository. Note: You do not need to provide this parameter if you specify the IDs of backed-up machines. |
|
False |
Named |
False |
|
CapacityTier |
Defines that the cmdlet will return backups stored on capacity extents of the scale-out backup repository. Note: You do not need to provide this parameter if you specify the IDs of backed-up machines. |
|
False |
Named |
False |
|
Id |
Specifies an array of backup IDs. The cmdlet will return backups with these IDs. |
|
True |
Named |
False |
|
Name |
Specifies an array of the job names. The cmdlet will return backups produced with these jobs. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting all Backups from Archive and Capacity Extents
|
This command returns all backups stored on archive and capacity extents of scale-out backup repositories.
|
Example 2. Getting all Backups from Capacity Extents
|
This command returns all backups stored on capacity extents of scale-out backup repositories.
|
Example 3. Getting all Backups from Archive Extents
|
This command returns all backups stored in archive extents of scale-out backup repositories.
|