Start-VBRTapeRestore (obsolete)
Short Description
Starts VM or database plug-in backups restore from tape.
|
Note |
|
This cmdlet is obsolete. The cmdlet will still work but it is recommended to perform the tape restore operation with Veeam Backup & Replication UI for full functionality. |
Applies to
Platform: VMware, Hyper-V
Syntax
This cmdlet provides parameter sets that allow you to:
- Start a restore session for database plug-in backups stored on tape.
|
Start-VBRTapeRestore -DbPluginRestorePoint <VBRTapeDbPluginRestorePoint[]> -Repository <CBackupRepository> [-Reason <String>] [-RunAsync] [<CommonParameters>] |
- Start a restore session to restore VMs to a chosen folder on a server.
|
Start-VBRTapeRestore -Path <String> -RestorePoint <COib[]> [-Reason <String>] [-RunAsync] -Server <CHost> [<CommonParameters>] |
- Start a restore session to restore VMs to a chosen backup repository.
|
Start-VBRTapeRestore -Repository <CBackupRepository> -RestorePoint <COib[]> [-Reason <String>] [-RunAsync] [<CommonParameters>] |
Detailed Description
This cmdlet starts restoring VMs from backup copied to tape.
You can restore VMs to a chosen backup repository or to a folder on the server you specify. Choose an appropriate syntax for each option.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
RestorePoint |
Specifies the particular restore points of the VM. You can assign multiple restore points to this object. |
Accepts the COib[] object. To get this object, run the Get-VBRRestorePoint cmdlet. |
True |
Named |
True (ByValue, |
|
Repository |
Specifies the backup repository where you want to restore the VM. |
Accepts the CBackupRepository object. To get this object, run the Get-VBRBackupRepository cmdlet. |
True |
Named |
False |
|
DbPluginRestorePoint |
Specifies the restore points of database plug-in backups stored on tape. |
Accepts the VBRTapeDbPluginRestorePoint[] object. To get this object, run the Get-VBRTapeDbPluginRestorePoint cmdlet. |
True |
Named |
True (ByValue, |
|
Reason |
Specifies the reason for restore. |
String |
False |
Named |
False |
|
Server |
Specifies the server where you want to restore the VM. |
Accepts the CHost object. To get this object, run the Get-VBRServer cmdlet. |
True |
Named |
False |
|
Path |
Specifies the path to the folder where you want to restore the VM. |
String |
True |
Named |
False |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
SwitchParameter |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Starting VM Restore from Tape to Specific Backup Repository
|
This example shows how to start restoring the VM01 VM to a specified backup repository.
Perform the following steps:
|
Example 2. Starting VM Restore from Tape to Specific Server
|
This example shows how to start restoring the VM01 VM to a specified server.
Perform the following steps:
|
Related Commands