Get-VBRTapeDbPluginRestorePoint
Short Description
Returns restore points of database plug-in backups stored on tape.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Backup (Default)Get-VBRTapeDbPluginRestorePoint [[-Backup] <CBackup[]>] [<CommonParameters>]
-
BackupSetIdGet-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 Pipeline Input |
|---|---|---|---|---|---|
|
Backup |
Specifies an array of database plug-in backups stored on tape. The cmdlet will return restore points of these backups.
Accepts the |
|
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. |
|
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
Get-VBRBackupReturns backups.