Viewing Session Status
You can view status of every session that was started by Veeam Agent for Linux. To view the session status, use the following command:
veeamconfig session info --id <session_id> |
where:
<session_id> — ID of the session for which you want to check status.
Veeam Agent displays the following information about sessions:
Parameter | Description |
---|---|
ID | ID of the session. |
Job name | Name of the backup job parent to the session. Veeam Agent displays value for this parameter only for backup job sessions. |
Job ID | ID of the backup job parent to the session. Veeam Agent displays value for this parameter only for backup job sessions. |
State | Current status of the session. |
Start time | Date and time of the session start. |
End time | Date and time of the session completion. Veeam Agent displays value for this parameter only for completed sessions. |
The following example shows status information on the completed backup job session:
user@srv01:~$ veeamconfig session info --id 1592755d-3a2b-40a9-a036-5c81853b369e |
The following example shows status information on the running volume restore session:
user@srv01:~$ veeamconfig session info --id 697d9348-9001-4845-8764-3cc4fb3f296b |