Start-VBRIrisInstanceRestore
Short Description
Starts restore of InterSystems IRIS instances.
Product Edition: Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
OriginalLocation (Default)Start-VBRIrisInstanceRestore -RestorePoint <Object> [-PathMapping <VBRIrisInstancePathMappingRule[]>] [-Force]
[-RunAsync] [<CommonParameters>]
-
RestoreToAnotherLocationStart-VBRIrisInstanceRestore -RestorePoint <Object> -ServerName <String> -ServerCredentials <CCredentials>
[-PathMapping <VBRIrisInstancePathMappingRule[]>] [-Force] [-RunAsync] [<CommonParameters>]
Detailed Description
This cmdlet starts restore of an InterSystems IRIS instance from a backup restore point. You can restore the instance to its original location or to another server.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Force |
Defines that the cmdlet will overwrite the data in non-empty target paths. |
|
False |
Named |
False |
|
PathMapping |
Specifies an array of path mapping rules that redirect the InterSystems IRIS instance data to new target paths. If you do not specify this parameter, the cmdlet will restore the data to the original paths.
Accepts the |
False |
Named |
False |
|
|
RestorePoint |
Specifies the restore point from which you want to restore the InterSystems IRIS instance.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
ServerCredentials |
For the
Accepts the |
|
True |
Named |
False |
|
ServerName |
For the |
|
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRSession object that contains the InterSystems IRIS instance restore session.
Examples
Example 1. Restoring an InterSystems IRIS Instance to the Original Location
|
This example shows how to restore an InterSystems IRIS instance from a storage snapshot to its original location.
Perform the following steps:
|
Example 2. Restoring an InterSystems IRIS Instance to Another Server
|
This example shows how to restore an InterSystems IRIS instance from a storage snapshot to another server and remap its data paths.
Perform the following steps:
|
Example 3. Restoring an InterSystems IRIS Instance from a NAS Backup to the Original Location
|
This example shows how to restore an InterSystems IRIS instance from a NAS backup to its original location.
Perform the following steps:
|
Example 4. Restoring an InterSystems IRIS Instance from a NAS Backup to Another Server
|
This example shows how to restore an InterSystems IRIS instance from a NAS backup to another server.
Perform the following steps:
|
Related Commands
Get-VBRSnapshotRestorePointReturns restore points of InterSystems IRIS snapshot backups.Get-VBRCredentialsReturns credentials records.New-VBRIrisInstancePathMappingRuleDefines path mapping rules for InterSystems IRIS instance restore.Get-VBRUnstructuredBackupRestorePointReturns restore points created by file backup jobs and object storage backup jobs.Add-VBRCredentialsCreates credentials records.