Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Pavel1114/b20a896faabc2a66a2382bb609a7f951 to your computer and use it in GitHub Desktop.
Save Pavel1114/b20a896faabc2a66a2382bb609a7f951 to your computer and use it in GitHub Desktop.
scp with gunzip
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