Created
December 26, 2014 13:26
-
-
Save LeeroyDing/9ffe9248896f3e4e6013 to your computer and use it in GitHub Desktop.
scp with lz4 compression
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gtar -c somefolder | pv | lz4 -B4 | ssh example.com "lz4 -d | tar x" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment