@@ -47,7 +47,7 @@ There are a couple of important concepts to understand before working with the V
4747Installing Veeam Backup and Recovery for use with CloudStack
4848-------------------------------------------------------------
4949
50- The B&R Veeam plugin has been tested against Veeam Backup and Recovery 9.5 update 4b (Enterprise version) . The
50+ The B&R Veeam plugin has been tested against Veeam Backup and Recovery 11 and 12 . The
5151enterprise edition is required for the Enterprise Manager API. The final tested version of Veeam was on a
5252Windows Server 2019 (with desktop), although much of the development work was done against a Windows Server 2016 OS (with
5353desktop).
@@ -58,7 +58,7 @@ and Replication, however please read the steps below carefully to ensure that yo
5858compatibility with the B&R Veeam plug-in.
5959
6060
61- #. Install Backup and Replication 9.5 Manager - inc console - default settings
61+ #. Install Backup and Replication Manager - inc console - default settings
6262#. Install Enterprise manager
6363#. Install an SSH server on the 'Veeam Backup and Replication Manager' server. Windows Server 2019 has 'OpenSSH Server' as a
6464 builtin optional feature which is compatible.
@@ -126,15 +126,18 @@ Plug-in specific settings:
126126
127127.. cssclass :: table-striped table-bordered table-hover
128128
129- ==================================== ========================
130- Configuration Description
131- ==================================== ========================
132- backup.plugin.veeam.url Veeam B&R server URL. Default: http://<VEEAM_SERVER_IP>:9398/api/
133- backup.plugin.veeam.username Veeam B&R server username. Default: administrator
134- backup.plugin.veeam.password Veeam B&R server password. Default:
135- backup.plugin.veeam.validate.ssl Whether to validate Veeam B&R server (SSL/TLS) connection while making API requests. Default: false
136- backup.plugin.veeam.request.timeout Veeam B&R API request timeout in seconds. Default: 300
137- ==================================== ========================
129+ ======================================= ========================
130+ Configuration Description
131+ ======================================= ========================
132+ backup.plugin.veeam.url Veeam B&R server URL. Default: http://<VEEAM_SERVER_IP>:9398/api/
133+ backup.plugin.veeam.version Veeam B&R server version. CloudStack will get Veeam server version via PowerShell commands if it is 0 or not set
134+ backup.plugin.veeam.username Veeam B&R server username. Default: administrator
135+ backup.plugin.veeam.password Veeam B&R server password. Default:
136+ backup.plugin.veeam.validate.ssl Whether to validate Veeam B&R server (SSL/TLS) connection while making API requests. Default: false
137+ backup.plugin.veeam.request.timeout Veeam B&R API request timeout in seconds. Default: 300
138+ backup.plugin.veeam.task.poll.interval The time interval in seconds when the management server polls for Veeam task status. Default: 5
139+ backup.plugin.veeam.task.poll.max.retry The max number of retrying times when the management server polls for Veeam task status. Default: 120
140+ ======================================= ========================
138141
139142
140143.. |BnR-DummyTagCategory.jpg | image :: /_static/images/BnR-DummyTagCategory.jpg
0 commit comments