New-VBRSanIntegrationOptions
Short Description
Defines storage integration settings for the Veeam Agent backup job.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
New-VBRSanIntegrationOptions [-OsPlatform {Windows | Linux | Mac | Unix}] [-EnableSanSnapshots] [-Proxy <VBRComputerFileProxyServer[]>] [-EnableFailoverFromSan] [<CommonParameters>] |
Detailed Description
This cmdlet defines Veeam Agent integration settings of the storage system. You can run this cmdlet to allow Veeam Backup & Replication to create Veeam Agent backups from the storage native snapshots.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
OsPlatform | Specifies the OS of protected computers. The cmdlet will define Veeam Agent integration settings of the storage system for these types of computers:
Default: Windows. Note: Veeam Agent integration settings of the storage system are not supported for Linux and macOS computers in current version of Veeam PowerShell. | VBRAgentType | False | Named | False |
EnableSanSnapshots | Enables the option to create Veeam Agent backups from native storage snapshots. Default: False. | SwitchParameter | False | Named | False |
Proxy | Specifies the server which will act as a file proxy. If not specified, Veeam Backup & Replication will select suitable file proxies from your Veeam Backup & Replication environment.
| Accepts the VBRComputerFileProxyServer object. To get this object, run the Get-VBRComputerFileProxyServercmdlet. | False | Named | False |
EnableFailoverFromSan | Enables the option for Veeam Backup & Replication to failover to a backup operation with a software VSS provider. Default: True. Note: To disable this option, set the parameter value to $false. That is, parameter_name:$false. | SwitchParameter | False | Named | False |
Output Object
The cmdlet returns the VBRSanIntegrationOptions object that contains storage integration settings.
Examples
Example 1. Defining Veeam Agent Integration Settings with Automatic File Proxy Selection
This command defines integration settings for the Veeam Agent backup job and allow Veeam Backup & Replication to select suitable file proxies for data transfer.
|
Example 2. Defining Veeam Agent Integration Settings with Specific File Proxy Server
This example shows how to define integration settings and specify a file proxy server for data transfer. Veeam Backup & Replication will create Veeam Agent backups from the storage snapshots using the specified file proxy.
Perform the following steps:
|
Related Commands