Skip to content

Instantly share code, notes, and snippets.

@MnMTech
Created July 20, 2015 07:19
Show Gist options
  • Save MnMTech/94f07a44dcd79f959dac to your computer and use it in GitHub Desktop.
Save MnMTech/94f07a44dcd79f959dac to your computer and use it in GitHub Desktop.
Copy directory to server over SSH
tar -cz . | ssh -i /path/to/local/key/file.pem user@hostname -- 'tar -C/the/remote/path/to/target/folder -xz'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment