Set-VBRSanIntegrationOptions
Short Description
Modifies storage integration settings for the Veeam Agent backup job.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Set-VBRSanIntegrationOptions -SanIntegrationOptions <VBRSanIntegrationOptions> [-EnableSanSnapshots] [-Proxy <VBRComputerFileProxyServer[]>] [-EnableSanProxyAutodetect] [-EnableFailoverFromSan] [<CommonParameters>] |
Detailed Description
This cmdlet modifies storage integration settings for the Veeam Agent backup job.
Note |
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values. The parameters that you omit will remain unchanged. |
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
SanIntegrationOptions | Specifies the set of storage integration settings which Veeam Backup & Replication will modify. | Accepts the VBRSanIntegrationOptions object. To get this object, run the New-VBRSanIntegrationOptions cmdlet. | True | 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, the SanProxyAutodetectEnabled option must have the True value. | Accepts the VBRComputerFileProxyServer object. To get this object, run the Get-VBRComputerFileProxyServer cmdlet. | False | Named | False |
EnableSanProxyAutodetect | Enables the option to use all file proxies that are added to your Veeam Backup & Replication environment. | SwitchParameter | 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 |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRSanIntegrationOptions object that contains storage integration settings.
Examples
Example 1. Replacing File Proxy Server
This command shows how to replace a file proxy server. Veeam Backup & Replication will create Veeam Agent backups from the storage snapshots using a new file proxy.
Perform the following steps:
|
Example 2. Disabling Storage Integration for Veeam Agent Backup Job
This example shows how to disable storage integration for the Veeam Agent backup job. Veeam Backup & Replication will create Veeam Agent backups using a software VSS provider.
Perform the following steps:
|
Related Commands