I have ESXi 6.0, from which I need to copy a sparse file of size ~900GB and its actual size 5GB to another Linux machine.
I started with SCP and it takes very longer time, as it is unware of sparse file.
Next I tried, "tar -S" to tar the sparse file, but unfortunatley -S option is unavailable on ESXi.
Ended up with another option "rsync" tool, but it is not available for ESXi by default.
Is there any way on ESXi to copy sparse file quickly to other system?