Start-VBRCloudTapeRestore
Short Description
Starts a restore session of the tenant data from tape.
Product Edition: Enterprise
Requires Cloud Connect license
Syntax
This cmdlet provides the following parameter sets:
-
ToOriginal (Default)Start-VBRCloudTapeRestore [-BackupObject] <VBRCloudTapeBackupObject[]> [-Overwrite] -PointInTime <DateTime>
[-RunAsync] [<CommonParameters>]
-
DifferentLocationStart-VBRCloudTapeRestore [-BackupObject] <VBRCloudTapeBackupObject[]>
-MappingTarget <VBRCloudTenantResource[]> [-Overwrite] -PointInTime <DateTime> [-RunAsync] [<CommonParameters>]
-
DatastoreStart-VBRCloudTapeRestore [-BackupObject] <VBRCloudTapeBackupObject[]> -Server <CHost> -Path <String>
-Credentials <CCredentials> -PointInTime <DateTime> [-RunAsync] [<CommonParameters>]
Detailed Description
Starts a restore session of the tenant data from tape.
Run the Stop-VBRCloudTapeRestoreThis cmdlet stops the restore session of the tenant data from tape. cmdlet to stop the restore session.
Important |
|
Consider the following:
|
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
BackupObject |
Specifies the tenant object that you want to restore. You can restore the following tenant objects:
Accepts the
|
|
True |
0 |
True (ByValue) |
|
Credentials |
For export backup files to disk. Specifies credentials that Veeam Backup & Replication will use to connect to a server added to Veeam Backup & Replication infrastructure. Veeam Backup & Replication will restore tenant backups to the folder on this server.
Accepts the |
|
True |
Named |
False |
|
MappingTarget |
For restore to another cloud repository. Specifies the target repository. The cmdlet will restore the backup to the specified location.
Accepts the |
True |
Named |
False |
|
|
Overwrite |
For the following types of restore:
Defines that the cmdlet will overwrite the existing backup file. |
|
False |
Named |
False |
|
Path |
For exporting backup files to disk. Specifies the path to the folder. Veeam Backup & Replication will restore the files to the folder specified in the path. |
|
True |
Named |
False |
|
PointInTime |
Specifies the point in time. The cmdlet will select the restore point that is the closest to the selected point in time. For example, if you specify Thursday, October 25, 2023 3:25:45 PM as the point in time, the cmdlet will select the closest restore point to this point in time. Note: The date format depends on the date format of the OS where you run the script.
Accepts the |
|
True |
Named |
False |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
Server |
For exporting backup files to disk. Specifies a server in the Veeam Backup & Replication infrastructure. Veeam Backup & Replication will restore tenant backups to the folder on this server.
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 Tenant Data from Tape to Original Location [Using Variable]
|
This example shows how to restore the tenant data from tape to original location. Veeam Backup & Replication will select the restore point that is the closest to Thursday, October 25, 2023 3:25:45 PM.
Perform the following steps:
|
Example 2. Restoring Tenant Data from Tape to Another Cloud Repository [Using Variable]
|
This example shows how to restore a tenant backup job from tape to another cloud repository. Veeam Backup & Replication will select the restore point that is the closest to Thursday, November 15, 2023 1:00:31 PM.
Perform the following steps:
|
Example 3. Restoring Tenant Data from Tape to Target Server [Using Variable]
|
This example shows how to restore the selected tenant to a folder on the
Perform the following steps:
|
Related Commands
Get-VBRCloudTapeBackupTenantRepositoryReturns tenant cloud repositories.Get-VBRCloudTapeBackupTenantReturns tenants backups.Get-VBRCloudTapeBackupTenantJobReturns tenant jobs.New-VBRCloudTenantResourceCreates the VBRCloudTenantResource objects that contain backup resources.Get-VBRCredentialsReturns credentials records.Get-VBRServerReturns hosts connected to the backup infrastructure.Get-VBRBackupRepositoryReturns a list of backup repositories.