Skip to content

Instantly share code, notes, and snippets.

@antalakas
Last active July 21, 2020 12:20
Show Gist options
  • Save antalakas/691ff1d0fd4948ffc649cb691dd526a5 to your computer and use it in GitHub Desktop.
Save antalakas/691ff1d0fd4948ffc649cb691dd526a5 to your computer and use it in GitHub Desktop.
Console

Compress

tar -czvf filename.tar.gz ./path

Decompress

tar -xvf filename.tar.gz

Download

scp ubuntu@IP:~/filename.tar.gz ./

Upload

scp -i pemfile.pem filename.tar.gz ubuntu@IP:~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment