So i tried to use the linux method (with sshfs).
It works for VM with a little storage ... but the problem with my VM is always:
- 4 .vmdk on 3 different storage
- 1 .vmdk must have on SSD
So when i transfert all these storage (+ configuration file), on different datatstore in the destination server, when i want to restart the VM i have an error (i can't restart the VM)
(Cause : TypeError: Cannot read property 'value' of undefined vm)
So maybe i just made a mistake... and i think it is my VM in the destination server which don't know where are vmdk files.
Exemple:
Source esxi: VM_1 --> datastore_1 = configuration file + 2 .vmdk_1 + .vmdk_2 / datastore_2 = .vmdk_3 (on SSD) / datastore_3 = .vmdk_4
Destination esxi : VM_1_copie --> datastore_01 = configuration file + 2 .vmdk_1 + .vmdk_2 / datastore_02 = .vmdk_3 (on SSD) / datastore_03 = .vmdk_4
Thank you !