show/hide this revision's text 2 deleted 4 characters in body

Something like this should work well:

tar c some/dir | gzip - |  ssh host2 tar xz

Maybe also omit the gzip and the "z" flag for extraction, since you are on a gigabit network.

show/hide this revision's text 1

Something like this should work well:

tar c some/dir | gzip - |  ssh host2 tar xz

Maybe also omit the gzip and the "z" flag for extraction, since you are on a gigabit network.