Start-VBRTapeFileRestore
Short Description
Starts the restore of files and folders from tape.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
OriginalLocation (Default)Start-VBRTapeFileRestore [-CatalogItem <VBRTapeCatalogItem[]>]
[-CatalogItemVersion <VBRTapeCatalogItemVersion[]>] [-ItemRestorePolicy <VBRTapeCatalogItemRestorePolicy>]
[-EnableItemSecurityRestore] [-RunAsync] [<CommonParameters>]
-
DifferentLocationStart-VBRTapeFileRestore [-CatalogItem <VBRTapeCatalogItem[]>]
[-CatalogItemVersion <VBRTapeCatalogItemVersion[]>] -Server <CHost> -Path <String> [-PreserveFolderHierarchy]
[-ItemRestorePolicy <VBRTapeCatalogItemRestorePolicy>] [-EnableItemSecurityRestore] [-RunAsync] [<CommonParameters>]
Detailed Description
This cmdlet starts the restore of files and folders backed-up by tape jobs.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
CatalogItem |
Specifies an array of files or folders to restore.
Accepts the |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
CatalogItemVersion |
Specifies an array of versions of files or folders to restore. If this parameter is not specified, the cmdlet will restore the latest version of files or folders.
Accepts the |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
EnableItemSecurityRestore |
Enables the |
|
False |
Named |
False |
|
ItemRestorePolicy |
Specifies overwrite options to use in case the file already exists in the target folder:
|
|
False |
Named |
False |
|
Path |
Specifies the path to the folder on the destination server to restore data to. |
|
True |
Named |
False |
|
PreserveFolderHierarchy |
If you provide this parameter, the cmdlet will preserve the folder hierarchy of restored data. Otherwise, files will be restored to the specified target folder without keeping the folder structure. Note: Do not use this parameter when restoring NDMP volumes. |
|
False |
Named |
False |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
Server |
Specifies the server to restore data to.
Accepts the |
|
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Restoring to Original Location Items Backed-Up by Tape Jobs
|
This example shows how to start the restore to original location files and folders backed-up by tape jobs.
Perform the following steps:
|
Example 2. Restoring to Another Location Items Backed-Up by Tape Jobs
|
This example shows how to start the restore to another location files and folders backed-up by tape jobs.
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.Find-VBRTapeCatalogItemLooks for files or folders backed-up by tape jobs.