Viewing Session Logs
You can monitor the backup and restore process by viewing the backup job session and restore session logs in the Veeam Agent command line interface.
To view Veeam Agent session log, use the following command:
veeamconfig session log --id <session_id> |
where:
<session_id> — ID of the backup job or restore session.
For example:
user@srv01:~$ veeamconfig session log --id 0b72ef45-4c88-4639-b940-ad3828b1cd4e 2023-11-27 11:04:04 UTC [info] Job started at 2023-11-27 11:04:04 2023-11-27 11:04:04 UTC [info] Starting volume restore 2023-11-27 11:04:07 UTC [processing] sdb 2023-11-27 11:04:15 UTC [info] sdb 512.0kB at 58.6kB/s (0%) 2023-11-27 11:04:25 UTC [info] sdb 125.0MB at 6.7MB/s (0%) 2023-11-27 11:04:35 UTC [info] sdb 238.5MB at 8.3MB/s (1%) ... 2023-11-27 11:14:32 UTC [info] sdb 6.5GB at 10.7MB/s (92%) 2023-11-27 11:14:35 UTC [info] sdb 6.5GB at 10.6MB/s (97%) 2023-11-27 11:14:37 UTC [info] sdb 6.5GB at 10.6MB/s (100%) 2023-11-27 11:14:37 UTC [warn] /dev/sdb has a duplicate filesystem UUID 2023-11-27 11:14:37 UTC [info] sdb restored 6.5GB at 10.6MB/s 2023-11-27 11:14:37 UTC [info] Volume restore completed |