Get-VBRUnstructuredBackupRestorePoint

Short Description

Returns restore points created by file backup jobs and object storage backup jobs.

Applies to

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

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get a restore point for backups created by file backup jobs and object storage backup jobs.

Get-VBRUnstructuredBackupRestorePoint -Backup <VBRUnstructuredBackup[]> [-Server <VBRUnstructuredServer[]>]  [<CommonParameters>]

  • Get a restore point for backups created by file backup jobs and object storage backup jobs by the restore point ID.

Get-VBRUnstructuredBackupRestorePoint -Id <guid[]>  [<CommonParameters>]

Detailed Description

This cmdlet returns restore points created by file backup jobs file backup jobs and object storage backup jobs.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Backup

Specifies an array of backup files created by file backup jobs and object storage backup jobs. The cmdlet will return restore points that are available for these backup files.

Accepts the VBRUnstructuredBackup[] object. To get this object, run the Get-VBRUnstructuredBackup cmdlet.

True

Named

True (ByValue, ByPropertyName)

Server

Specifies an array of file shares and object storage. The cmdlet will return backup files that are located on these file shares and object storage.

Accepts the VBRUnstructuredServer[] object. To get this object, run the Get-VBRUnstructuredServer cmdlet.

False

Named

True (ByPropertyName)

Id

Specifies an array of IDs of restore points. The cmdlet will return restore points with this IDs.

Guid[]

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 VBRUnstructuredBackupRestorePoint object that contains settings of restore points created by file backup jobs file backup jobs and object storage backup jobs.

Examples

Get-VBRUnstructuredBackupRestorePointExample 1. Getting Restore Point Created by Object Storage Job by ID

Get-VBRUnstructuredBackupRestorePointExample 2. Getting Restore Point From Specific File Share

Get-VBRUnstructuredBackupRestorePointExample 3. Getting Latest Restore Point Created by File Backup job

Related Commands

Page updated 8/14/2024

Page content applies to build 12.3.1.1139