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.
|
2 | deleted 4 characters in body | ||
|
Something like this should work well:
Maybe also omit the gzip and the "z" flag for extraction, since you are on a gigabit network. |
||||
|
1 |
|
||
|
Something like this should work well:
Maybe also omit the gzip and the "z" flag for extraction, since you are on a gigabit network. |
||||