Step 4. Monitor Mount Process and Result
You can monitor the backup mount process by viewing the mount session log in the 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 mount session.
For example:
user@srv01:~$ veeamconfig session log --id 2a313184-32d0-4d3a-a1b0-2eebac986047 |
To ensure that the backup is successfully mounted, you can browse to the directory that you specified in the veeamconfig backup mount command. For example:
user@srv01:~$ ls /mnt/backup/ |
TIP |
You can also check the restore session status with the veeamconfig session info command. To learn more, see Viewing Session Status. |