Skip to content

Instantly share code, notes, and snippets.

@mikerr
Created June 16, 2018 20:13
Show Gist options
  • Save mikerr/4e5262efea29b509aed1bd600b992cb6 to your computer and use it in GitHub Desktop.
Save mikerr/4e5262efea29b509aed1bd600b992cb6 to your computer and use it in GitHub Desktop.
transfer directory over ssh
tar cf - * | ssh -C root@serverIP "cd /home/dir; tar xvf -"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment