
Step 6. Stop Backup Mount Session
When Veeam Agent for Linux mounts a backup for file-level restore, Veeam Agent for Linux starts a new backup mount session. After you have finished working with restored files and folders, you can 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> — ID of the backup mount session that you want to stop.
Veeam Agent for Linux will stop the mount session and unmount the backup from the computer file system. For example:
user@srv01:~$ veeamconfig session stop --id 2a313184-32d0-4d3a-a1b0-2eebac986047 |