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

Applies to

Platform: VMware, Hyper-V

Syntax

Start-VBRTapeRestoreFiles [-Files <CatalogueFile[]>] [-Version <CatalogueFileVersion[]>] -Server <CHost> -Path <String> [-PreserveHierarhy] [-Overwrite <RestoreOverwrite>] [-Security] [-RunAsync] [-WarningAction <ActionPreference>] [-WarningVariable <String>]  [<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 CatalogueFile[] object. To get this object, run the Find-VBRTapeCatalog cmdlet.

False

Named

True (ByValue,
ByProperty
Name)

Version

Specifies the version of the files you want to restore.

Accepts the CatalogueFileVersion[] object. To get this object, run the Find-VBRTapeCatalogVersion cmdlet.

False

Named

True (ByValue,
ByProperty
Name)

Server

Specifies the source host where the files to restore are located.

Accepts the CHost object. To get this object, run the Get-VBRServer cmdlet.

True

Named

False

Path

Specifies the path to the files to restore.

String

True

Named

False

Preserve
Hierarhy

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.

SwitchParameter

False

Named

False

Overwrite

Specifies the overwrite options in case the file exists on the target side:

  • None - leave the original file
  • Newer - overwrite the file if the restore file in newer
  • Always - overwrite the existing file

RestoreOverwrite

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.

SwitchParameter

False

Named

True (ByValue,
ByProperty
Name)

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

Start-VBRTapeRestoreFiles (obsolete)Example 1. Restoring File from Tape [Using Pipeline]

Start-VBRTapeRestoreFiles (obsolete)Example 2. Restoring Specific Version of File from Tape [Using Variable]

Related Commands

Page updated 6/3/2024

Page content applies to build 12.3.1.1139