Get-VBRTapeDbPluginRestorePoint
Short Description
Returns restore points of database plug-in backups stored on tape.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Return restore points from specified backups.
|
Get-VBRTapeDbPluginRestorePoint [-Backup <CBackup[]>] [<CommonParameters>] |
- Return restore points by backup set IDs.
|
Get-VBRTapeDbPluginRestorePoint -BackupSetId <Guid[]> [<CommonParameters>] |
Detailed Description
This cmdlet returns restore points of database application backups stored on tape. Veeam Backup & Replication retrieves restore points from backups that were created by Veeam Plug-Ins for Enterprise Applications and written to tape media. You can use the returned restore points to perform application restore operations.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
Backup |
Specifies an array of database plug-in backups stored on tape. The cmdlet will return restore points of these backups. |
Accepts the CBackup[] object. To get this object, run the Get-VBRBackup cmdlet. |
False |
0 |
True (ByPropertyName, ByValue) |
|
BackupSetId |
Specifies an array of IDs of the backup sets. The cmdlet will return restore points from these backup sets. |
Guid[] |
True |
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 VBRTapeDbPluginRestorePoint object that contains information about a restore point of a database application backup stored on tape.
Examples
Example 1: Getting Restore Points of Database Plug-in Backup on Tape by Name
|
This example shows how to get restore points of a database plugin backup stored on tape.
Perform the following steps:
|
Example 2: Getting Restore Points of Database Plug-in Backup on Tape by Backup Set ID
|
This command gets restore points of a backup set stored on tape.
|
Related Commands