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 |
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/ |
TIP |
You can also check the restore session status with the veeamconfig session info command. To learn more, see Viewing Session Status. |