yesterday, i need to copy my data from one disk to another… but something disturb me when i see the transfer rate just about 90K/s, what the hell is that?
so i checked the net and found this
$tar -c /path/to/dir | ssh remote_server 'tar -xvf - -C /absolute/path/to/remotedir'
oh man saved me so much, i love linux 🙂