Skip to content

Instantly share code, notes, and snippets.

@kurtbrose
Created February 1, 2013 21:26
Show Gist options
  • Select an option

  • Save kurtbrose/4694266 to your computer and use it in GitHub Desktop.

Select an option

Save kurtbrose/4694266 to your computer and use it in GitHub Desktop.
tar over scp -- handy command much faster than scp -r if you have many small files
$ tar cf - directory | ssh username@host tar xf - -C /tmp/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment