Under Firewall check SSH Server Client is checked.
#ssh root@1.1.1.1
Start transfering folder
nohup scp -rv /vmfs/volumes/data-store1/vm-folder-name root@2.2.2.2:/vmfs/volumes/data-store2/
For Multiple VMs (Folders)
First change directory to the Datastore folder
cd /vmfs/volumes/data-store1/
Then it’s better to enter multiple VMs leave just a single space between the VM folder name. No quotes or commas.
nohup scp -rv vm-folder-1 vm-folder-2 root@2.2.2.2:/vmfs/volumes/data-store2/
參考網址:
http://blog.unolution.com/virtualization/vmware/how-to-copy-a-vm-host-to-host-without-vcenter/
沒有留言:
張貼留言
注意:只有此網誌的成員可以留言。