This is an archive version of the document. To get the most up-to-date information, see the current version.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 for Linux 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 for Linux 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 | User 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 |