relay files via tar+ssh+cat


/ Published in: Bash
Save to your folder(s)

rsync doesn't like to copy files from host to host. This is sort of the "old school" unix way - tar everything to a pipe, then pipe everything out. It's how we used to copy directories remotely before we had tools like rsync. I'm definitely open to suggestions on how to improve this (even a fix for rsync, if I'm wrong)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.