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. |
Platform: VMware, Hyper-V
Syntax
This cmdlet provides the following parameter sets:
-
RepositoryStart-VBRTapeRestore -RestorePoint <COib[]> -Repository <CBackupRepository> [-Reason <String>] [-RunAsync] [<CommonParameters>]
-
FolderStart-VBRTapeRestore -RestorePoint <COib[]> -Server <CHost> -Path <String> [-Reason <String>] [-RunAsync] [<CommonParameters>]
-
DbPluginRepositoryStart-VBRTapeRestore -DbPluginRestorePoint <VBRTapeDbPluginRestorePoint[]> -Repository <CBackupRepository>
[-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 Pipeline Input |
|---|---|---|---|---|---|
|
DbPluginRestorePoint |
Specifies the restore points of database plug-in backups stored on tape.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
Path |
Specifies the path to the folder where you want to restore the VM. |
|
True |
Named |
False |
|
Reason |
Specifies the reason for restore. |
|
False |
Named |
False |
|
Repository |
Specifies the backup repository where you want to restore the VM.
Accepts the |
|
True |
Named |
False |
|
RestorePoint |
Specifies the particular restore points of the VM. You can assign multiple restore points to this object.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
Server |
Specifies the server where you want to restore the VM. |
|
True |
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
Perform the following steps:
|
Example 2. Starting VM Restore from Tape to Specific Server
|
This example shows how to start restoring the
Perform the following steps:
|
Related Commands
Get-VBRRestorePointReturns restore points.Get-VBRBackupRepositoryReturns a list of backup repositories.Get-VBRServerReturns hosts connected to the backup infrastructure.