Step 4. Monitor Mount Process and Result

You can monitor the restore point 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 restore point mount session.

For example:

user@srv01:~$ veeamconfig session log --id 4d69dd85-ac60-4cff-883d-50f25f49a9c8
2016-11-23 12:44:55 UTC {9c5c8ece-cb88-4742-bb90-1f8ff79b4bdc} [info] Job started at 2016-11-23 15:44:55
2016-11-23 12:44:55 UTC {4ac10045-a74b-4a41-9c5e-53521cba1045} [info] Mounting restore point
2016-11-23 12:44:56 UTC {540a61f7-5d5c-47d5-a2b8-51daa694d5ec} [info] Restore point has been mounted

To ensure that the restore point is successfully mounted, you can browse to the directory that you specified in the veeamconfig point 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.