Skip to content

Instantly share code, notes, and snippets.

@LeeroyDing
Created December 26, 2014 13:26
Show Gist options
  • Save LeeroyDing/9ffe9248896f3e4e6013 to your computer and use it in GitHub Desktop.
Save LeeroyDing/9ffe9248896f3e4e6013 to your computer and use it in GitHub Desktop.
scp with lz4 compression
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