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.
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 |
|---|---|---|---|---|---|
|
EnableFailoverFromSan |
Enables the option for Veeam Backup & Replication to failover to a backup operation with a software VSS provider.
Default:
Note: To disable this option, set the parameter value to |
|
False |
Named |
False |
|
EnableSanProxyAutodetect |
Enables the option to use all backup proxies that are added to your Veeam Backup & Replication environment. |
|
False |
Named |
False |
|
EnableSanSnapshots |
Enables the option to create Veeam Agent backups from native storage snapshots.
Default: |
|
False |
Named |
False |
|
Proxy |
Specifies the server which will act as a general-purpose backup proxy.
If not specified, the
Accepts the |
|
False |
Named |
False |
|
SanIntegrationOptions |
Specifies the set of storage integration settings which Veeam Backup & Replication will modify.
Accepts the |
|
True |
Named |
True (ByValue) |
<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 General-purpose Backup Proxy
|
This command shows how to replace a general-purpose backup proxy. Veeam Backup & Replication will create Veeam Agent backups from the storage snapshots using a new general-purpose backup 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
Get-VBRComputerBackupJobReturns Veeam Agent backup jobs and Veeam Agent backup policies.Get-VBRComputerFileProxyServerReturns general-purpose backup proxies added to the Veeam Backup & Replication infrastructure.Set-VBRComputerBackupJobModifies Veeam Agent backup jobs and Veeam Agent backup policies.