Skip to content

Instantly share code, notes, and snippets.

@usbmonkey
Last active December 21, 2015 20:49
Show Gist options
  • Save usbmonkey/6364348 to your computer and use it in GitHub Desktop.
Save usbmonkey/6364348 to your computer and use it in GitHub Desktop.
Create & transfer tarball over ssh
ssh -c 'tar cvzf - -C /path/to/src/*' | tar xzf -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment