I'm restoring a mount successfully on a backup and am able to browse the files successfully. However, after a certain time, requests to browse the mount return the following error:
Code: Select all
Failed to invoke method [BrowseGuestFileSystem].
Message Restore session already closed.Veeam.Backup.Interaction.RestAPI.CRestAPICommunicationException: Failed to invoke method [BrowseGuestFileSystem].
If I call the endpoint to list the mounts, the mount still shows up in the list, but if I try and browse the mount I get the same error as above. It looks like the restore session is timing out? If it's timed out, why can I still see the mount in the list of available mounts (as it doesn't work any more)?
Is there anything I can do to stop this happening? If not, when it does happen, what should I be doing? Should I destroy the mount and then re mount it again? Any advice greatly appreciated.