Start-VBRTapeRestore (obsolete)
Short Description
Starts VM 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
Start-VBRTapeRestore -RestorePoint <COib[]> -Repository <CBackupRepository> [-Reason <string>] [-RunAsync] [<CommonParameters>] -OR- Start-VBRTapeRestore -RestorePoint <COib[]> -Server <CHost> -Path <string> [-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 |
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