I am trying to generate VMDK files from a linux VM running on ESXI backup taken with B&R community edition running on windows 10 home (using the linux agent for performing the back-up).
Using the GUI this is possible - so it seems to be something related to the powershell command.
Code: Select all
Start-VBRRestoreVMFiles –RestorePoint $restorePoint -Server (Get-VBRLocalhost) –Path “F:\” -Reason "Script restore" -Force
Code: Select all
Start-VBRRestoreVMFiles : Failed to process RestorePoint 185624ab-22ea-499c-ab12-325b05a9db0d. Platform type ELinuxPhysical
is not supported
Thanks!
Joren