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
2016-11-22 17:30:34 UTC {30878c82-27d0-45dc-ab21-6f27d5082fd4} [info] Job started at 2016-11-22 20:30:34
2016-11-22 17:30:34 UTC {714b21d0-0d20-486e-b1e5-22d5fb5a8ee9} [info] Mounting restore point
2016-11-22 17:30:35 UTC {d331f038-5b7c-4549-85cf-5e1b54dbaf71} [info] Restore point has been mounted

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/
FileLevelBackup_0

 

Step 4. Monitor Mount Process and Result TIP

You can also check the restore session status with the veeamconfig session info command. To learn more, see Viewing Session Status.