/ Published in: Bash
tar is usually used for achiving applications, but what we are going to do in this case is tar it then pipe it over an ssh connection. tar handles large file trees quite well and preserves all file permissions, etc, including those UNIX systems which use ACLs, and works quite well with symlinks.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
tar -cf - /some/file | ssh host.name tar -xf - -C /destination