Get-VBRUnstructuredBackupRestorePoint
Short Description
Returns restore points created by file backup 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-VBRUnstructuredBackupRestorePoint [<CommonParameters>]
-
IdGet-VBRUnstructuredBackupRestorePoint -Id <Guid[]> [<CommonParameters>]
-
NasBackupGet-VBRUnstructuredBackupRestorePoint [-Server <VBRUnstructuredServer[]>] -Backup <VBRUnstructuredBackup[]> [<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 |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
Id |
Specifies an array of IDs of restore points. The cmdlet will return restore points with this IDs. |
|
True |
Named |
False |
|
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 |
|
False |
Named |
True (ByPropertyName) |
<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
Example 1. Getting Restore Point Created by Object Storage Job by ID
|
This command returns the
|
Example 2. Getting Restore Point From Specific File Share
|
This example shows how to get restore points of the NFS Backup backup file. The restore points are located on the
Perform the following steps:
|
Example 3. Getting Latest Restore Point Created by File Backup job
|
This command gets the latest restore point from an array of restore points.
Perform the following steps:
|
Related Commands
Get-VBRUnstructuredBackupReturns backup files created by file backup jobs and object storage backup jobs.Get-VBRUnstructuredServerReturns unstructured data sources added to the inventory.Select-Object