New-VBRNASInstantRecoveryMountOptions
Short Description
Creates a mapping configuration for instant restore of file backups.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
MountServerAutomaticSelectionNew-VBRNASInstantRecoveryMountOptions [-Automatic] [<CommonParameters>]
-
MountServerManualSelectionNew-VBRNASInstantRecoveryMountOptions -RestorePoint <VBRUnstructuredBackupRestorePoint[]>
-MountServer <CHost[]> [<CommonParameters>]
Detailed Description
This cmdlet creates a mapping configuration for instant restore of file backups.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Automatic |
Defines that the cmdlet will create a mapping configuration with automatically selecting a mount server to be used for instant restore of file backups. |
|
True |
Named |
False |
|
MountServer |
Specifies the target mount server. The cmdlet will create a mapping configuration with a specific host with the mount service to be used for instant restore of file backups. |
|
True |
Named |
False |
|
RestorePoint |
Specifies an array of restore points. The cmdlet will create a mapping configuration for instant restore to the specified restore points.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRNASInstantRecoveryMountOptions object that defines settings of the set of the mount options for instant restore of file share backups.
Examples
Example 1. Creating Automatic Mount Options for Instant Restore of File Share Backup
|
This command creates a set of automatic mount options for instant restore of file share backups.
|
Example 2. Creating Manual Mount Options for Instant Restore of File Share Backup
|
This example shows how to create a set of manually configured mount options for instant restore of file share backups.
Perform the following steps:
|
Related Commands
Get-VBRUnstructuredBackupReturns backup files created by file backup jobs and object storage backup jobs.Get-VBRNASBackupRestorePointReturns restore points of backups created by file backup jobs. This cmdlet is obsolete. Run the Get-VBRUnstructuredBackupRestorePoint cmdlet instead.