Get-VBRSOBRObjectStorageRestorePoint

Short Description

Returns restore points stored in archive extents and capacity extents of a scale-out backup repository.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get restore points stored in archive extents or capacity extents by the name of a backed-up machine.

Get-VBRSOBRObjectStorageRestorePoint [-Name <String[]>] [-CapacityTier] [-ArchiveTier]  [<CommonParameters>]

  • Get restore points stored in archive extents or capacity extents associated with specific backups.

Get-VBRSOBRObjectStorageRestorePoint -Backup <VBRSOBRObjectStorageBackup> [-Name <String[]>]  [<CommonParameters>]

  • Get restore points stored in archive extents or capacity extents by their IDs.

Get-VBRSOBRObjectStorageRestorePoint -Id <Guid[]>  [<CommonParameters>]

Detailed Description

This cmdlet returns restore points of machines stored in archive extents and capacity extents of a scale-out backup repository.

Important

You can use the restore points you get with this cmdlet only in the removal operations. Run the Remove-VBRRestorePoint cmdlet to delete restore points from archive extents and capacity extents of scale-out backup repositories.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies an array of names for machines. The cmdlet will return restore points of these machines.

String[]

False

Named

False

CapacityTier

Defines that the cmdlet will return restore points of machines stored on capacity extents.

Note: You do not need to provide this parameter if you specify the IDs of backed-up machines.

SwitchParameter

False

Named

False

ArchiveTier

Defines that the cmdlet will return restore points of machines stored in archive extents.

Note: You do not need to provide this parameter if you specify the IDs of backed-up machines.

SwitchParameter

False

Named

False

Backup

Specifies an array of backups stored in archive extents or capacity extents. The cmdlet will return restore points of these backups.

Accepts the VBRSOBRObjectStorageBackup object. To get this object, run the Get-VBRSOBRObjectStorageBackup cmdlet.

False

Named

True (ByValue)

Id

Specifies an array of IDs of backed-up machines. The cmdlet will return restore points of these machines.

Guid[]

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRSOBRObjectStorageRestorePoint

Examples

Get-VBRSOBRObjectStorageRestorePointExample 1. Getting all Restore Points from Archive and Capacity Extents

Get-VBRSOBRObjectStorageRestorePointExample 2. Getting Restore Points of Certain Machines from Archive Extent

Get-VBRSOBRObjectStorageRestorePointExample 3. Getting Restore Points with Certain IDs

Related Commands

Get-VBRSOBRObjectStorageBackup

Page updated 2/29/2024

Page content applies to build 12.3.1.1139