1 comment

[ 2.9 ms ] story [ 10.0 ms ] thread
These have been good to me. Nice way to preserve permissions as well.

tar czf - files/ | ssh whatever.com "cd /path/to/; tar xzvf - "

ssh whatever.com "cd /path/to/; tar czf - files/" | tar xzvf -