Viewing Backup Server Details
You can view detailed information about the Veeam backup server to which Veeam Agent for Linux is connected. Use the following command:
|
veeamconfig vbrserver info --name <vbr_name> |
or
|
veeamconfig vbrserver info --id <vbr_id> |
where:
- <vbr_name> — name of the Veeam backup server.
- <vbr_id> — ID of the Veeam backup server in the Veeam Agent database.
Veeam Agent for Linux displays the following information about the Veeam backup server:
|
Parameter |
Description |
|---|---|
|
ID |
ID of the Veeam backup server in the Veeam Agent database. |
|
Name |
Display name of the Veeam backup server. |
|
Endpoint |
IP address of the Veeam backup server and port over which Veeam Agent for Linux communicates with Veeam Backup & Replication. |
|
Login |
Name of the account that has access to the Veeam backup repository. |
|
Domain |
Name of the domain in which the account that has access to the Veeam backup repository is registered. |
For example:
|
user@srv01:~$ veeamconfig vbrserver info --name vbr01 |