Add-VBRNDMPServer
Short Description
Adds NDMP servers to the backup infrastructure.
Applies to
Product Edition: Enterprise
Requires Cloud Connect license
Syntax
Add-VBRNDMPServer -Name <string> -Port <int> -Credentials <CCredentials> -GatewayMode <VBRGatewayMode> {Automatic | SelectedGateway} [-SelectedGateway <CHost>] [<CommonParameters>] |
Detailed Description
This cmdlet adds NDMP servers to the backup infrastructure.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Name | Specifies the DNS or IP of an NDMP server that you want to add to Veeam Backup & Replication. | String | True | Named | False |
Port | Specifies the port. Veeam Backup & Replication will use that port to connect to an NDMP server. | Int | True | Named | False |
Credentials | Specifies the credentials. Veeam Backup & Replication will use these credentials to connect to an NDMP server. | Accepts the CCredentials object. To get this object, run Add-VBRCredentials cmdlet. | True | Named | False |
GatewayMode | Specifies a gateway server. Veeam Backup & Replication will use this gateway server to connect to the NDMP server. You can select the following modes of selecting the gateway server:
| VBRGatewayMode | True | Named | False |
SelectedGateway | For specifying a gateway server explicitly with the SelectedGateway option. Specifies the server that you want to use as the gateway server. | Accepts the CHost object. To get this object, run Get-VBRServer cmdlet. | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Adding NDMP Server with Automatic Gateway Selection
This example shows how to add an NDMP server to the backup infrastructure. Veeam Backup & Replication will select the gateway server automatically.
Perform the following steps:
|
Example 2. Adding NDMP Server with Manual Gateway Selection
This example shows how to add an NDMP server to the backup infrastructure. Veeam Backup & Replication will use selected server as the gateway server.
Perform the following steps:
|
Related Commands