Faster File Copy Using Tar and SSH Posted on February 15, 2011 by margusja tar -cf – myfile | ssh target_host “cd /target_dir; tar -xf -“