Step 6. Stop Backup Mount Session

When Veeam Agent for Oracle Solaris mounts a backup for file-level restore, Veeam Agent for Oracle Solaris starts a new backup mount session. After you have finished working with restored files and directories, you should stop the backup mount session to unmount the backup.

To stop the backup mount session, use the following command:

veeamconfig session stop --id <session_id>

where <session_id> is an ID of the backup mount session that you want to stop.

Veeam Agent for Oracle Solaris will stop the mount session and unmount the backup from the machine file system. For example:

user@srv01:~$ veeamconfig session stop --id dbdf3609-d48c-40bb-9978-2e5baf02f5ba
Session has stopped.
user@srv01:~$ ls /mnt/backup
user@srv01:~$