Hacker News new | ask | show | jobs
by mhd 5811 days ago
Ssh already compresses, so you can drop the z. And generally cpio does a better job preserving the file system structure (hard links, time stamps). And it tends to be a bit more cross-platform, if you don't have GNU tar on both ends.
1 comments

ssh(1) only compresses if configured too, see the -C option.