Skip to content

Instantly share code, notes, and snippets.

@revnode
Created June 5, 2013 19:04
Show Gist options
  • Save revnode/5716307 to your computer and use it in GitHub Desktop.
Save revnode/5716307 to your computer and use it in GitHub Desktop.
Create a local compressed tarball from remote host directory
ssh user@host "tar -zcf - /path/to/dir" > dir.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment