Set-VBRSanIntegrationOptions
Short Description
Modifies storage integration settings for the Veeam Agent backup job.
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.
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 SanSnapshotsEnabled option: Veeam Backup & Replication will 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 SanProxyAutodetectEnabled option: Veeam Backup & Replication will use all file proxies that are added to your Veeam Backup & Replication environment. | SwitchParameter | False | Named | False |
EnableFailoverFromSan | Enables the FailoverFromSanEnabled option: Veeam Backup & Replication will failover to a backup operation with a software VSS provider. Default: True. | SwitchParameter | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of 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