Step 3. Mount Restore Point
To mount a backup for file-level restore, use the following command:
veeamconfig point mount --id <point_id> --mountdir <path> |
where:
- <point_id> — ID of the restore point that you want to mount to the computer file system for file-level restore.
- <path> — path to the directory to which you want to mount the backup file content.
For example:
user@srv01:~$ veeamconfig point mount --id b127e64e-1f1c-4e0b-bb36-b087761267b3 --mountdir /mnt/backup |