tar -c Ubuntu-8.10.vmwarevm | ssh user@mymac.ip -- tar -x
I would have normally used scp to do the transfer, but had read ssh + tar was much faster due to scp’s implementation being inefficient. Guess, it’s true. Rock on, folks.
tar -c Ubuntu-8.10.vmwarevm | ssh user@mymac.ip -- tar -x
I would have normally used scp to do the transfer, but had read ssh + tar was much faster due to scp’s implementation being inefficient. Guess, it’s true. Rock on, folks.