Veeam Cloud Plug-Ins
You can install the following cloud plug-ins in the unattended mode:
- AWS Plug-in for Veeam Backup & Replication
- Microsoft Azure Plug-in for Veeam Backup & Replication
- Google Cloud Platform Plug-in for Veeam Backup & Replication
Note that if you want to manage cloud plug-ins in the Veeam Backup & Replication interface, you must install both the cloud plug-in service and the cloud plug-in UI.
To install cloud plug-ins, use a command with the following syntax:
msiexec /qn /i <msi> ACCEPT_THIRDPARTY_LICENSES=1 ACCEPT_EULA=1 |
The command has the following parameters:
Option | Parameter | Required | Description |
---|---|---|---|
/L | *v logfile | No | Creates an installation log file with the verbose output. Specify a full path to the log file as the parameter value. A setup log file created during the previous installation is cleared. Example: /L*v "C:\ProgramData\Veeam\Setup\Temp\Logs\Backup.txt" |
/q | n | Yes | Sets the user interface level to “no”, which means no user interaction is needed during installation. |
/i | setup file | Yes | Installs the Veeam Backup & Replication server. Specify a full path to the setup file as the parameter value. Example: /i "C:\Veeam\Server.x64.msi" |
msi |
| Yes | AWSPlugin.msi: Installs the AWS Plug-in for Veeam Backup & Replication services. AWSPluginUI.msi: Installs the AWS Plug-in for Veeam Backup & Replication UI. MicrosoftAzurePlugin.msi: Installs the Microsoft Azure Plug-in for Veeam Backup & Replication services. MicrosoftAzurePluginUI.msi: Installs the Microsoft Azure Plug-in for Veeam Backup & Replication UI. GCPPlugin.msi: Installs the Google Cloud Platform Plug-in for Veeam Backup & Replication services. GCPPluginUI.msi: Installs the Google Cloud Platform Plug-in for Veeam Backup & Replication UI. |
ACCEPT_EULA | 0/1 | Yes | Specifies if you want to accept the Veeam license agreement. Specify 1 to accept the license agreement and proceed with installation. Example: ACCEPT_EULA="1" |
ACCEPT_THIRDPARTY_LICENSES | 0/1 | Yes | Specifies if you want to accept the license agreement for 3rd party components that Veeam incorporates. Specify 1 to accept the license agreement and proceed with installation. Example: ACCEPT_THIRDPARTY_LICENSES="1" |
INSTALLDIR | path | No | Installs the component to the specified location. By default, Veeam Backup & Replication uses the Backup subfolder of the C:\Program Files\Veeam\Backup and Replication\ folder. Example: INSTALLDIR="C:\Backup\" |
Examples
Installing AWS Plug-in for Veeam Backup & Replication Service and UI
To install the AWS Plug-in for Veeam Backup & Replication service and the AWS Plug-in for Veeam Backup & Replication UI to Veeam Backup & Replication, perform the following steps:
- Run the following command to install the AWS Plug-in for Veeam Backup & Replication service.
msiexec /qn /i AWSPlugin.msi ACCEPT_THIRDPARTY_LICENSES=1 ACCEPT_EULA=1 |
- Run the following command to install the AWS Plug-in for Veeam Backup & Replication UI.
msiexec /qn /i AWSPluginUI.msi ACCEPT_THIRDPARTY_LICENSES=1 ACCEPT_EULA=1 |