Restore one file on Windows from the client

Hello
I would like to restore a file from the last saved backup. After some research I identified the following command:

c:\Program Files\UrBackup> UrBackupClient_cmd.exe restore-start -b last -d Folder\File.bak --map-from E:\Folder1\Backup\Folder\File.bak --map-to E:\Folder1\Restore\Folder\File.bak

But I have the following error:

Error starting restore. No file backup access tokens found. Did you run a file backup yet?

So yes there was a backup before, and the folder “tokens” exists in the current directory.

It is not possible to restore a file by this command? I forgot something?

Regards.

I forgot the versions:

  • Windows UrBackup client : v2.3.4.0
  • Linux UrBackup Server : v2.3.8 Rev. 08947aa4ec

Yeah, that command (+browse) currently doesn’t work on Windows … I’d suggest using the GUI. Easiest way is to right-click File.bak in Explorer then choose Access/restore backups (this works if you configured a Server URL).

Thank for your answer, it works but with this method i cannot choose a different destination.
Perhaps there are another way to do restore one Windows file to another destination ?

Regards.