I'm trying to backup VMs using a CentOS 6.5 VM and a tape library, the tape library is connected via SAS pass-through and it mounts on CentOS. The backup will be done copying the entire VM folder on the hosts's VMFS datastores (with vmx, vmdks, etc.) to the tape library mount on CentOS using cp -r
. I already tried using scp from the ESX host, but it copies at 13 MB/s, too low for a 3TB backup.
Is there a way to mount the host VMFS directly on a guest?