Start-VBRTapeRestoreFiles (obsolete)
Short Description
Starts files 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
|
Start-VBRTapeRestoreFiles [-Files <CatalogueFile[]>] [-Version <CatalogueFileVersion[]>] -Server <CHost> -Path <String> [-PreserveHierarhy] [-Overwrite <RestoreOverwrite>] [-Security] [-RunAsync] [<CommonParameters>] |
Detailed Description
This cmdlet starts restoring files from backup copied to tape. You can restore file to its most recent state or to any of its backup version. The versions of files are used as restore points.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Files |
Specifies the files to restore. The most recent file version is used.
Accepts the |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
Overwrite |
Specifies the overwrite options in case the file exists on the target side:
|
|
False |
Named |
False |
|
Path |
Specifies the path to the files to restore. |
|
True |
Named |
False |
|
PreserveHierarhy |
If indicated, the files and folders will be restored in respect to the original folder hierarchy. Otherwise all files and folders are restored into a plain sequence. |
|
False |
Named |
False |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
Security |
If indicated, the files will be restored with with the original security settings. Otherwise the file/folder security settings will be inherited from parent item. |
|
False |
Named |
False |
|
Server |
Specifies the source host where the files to restore are located. |
|
True |
Named |
False |
|
Version |
Specifies the version of the files you want to restore.
Accepts the |
|
False |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Restoring File from Tape [Using Pipeline]
|
This example shows how to start restoring the
Perform the following steps:
|
Example 2. Restoring Specific Version of File from Tape [Using Variable]
|
This example shows how to restore a specific version of the
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.Find-VBRTapeCatalogLooks for files stored on tapes. This cmdlet is obsolete. The cmdlet still works but may not be supported in further versions.Find-VBRTapeCatalogVersionLooks for versions of files stored on tapes. This cmdlet is obsolete. The cmdlet still works but may not be supported in further versions.