Skip to content

Instantly share code, notes, and snippets.

@abovedave
Created November 10, 2013 12:24
Show Gist options
  • Save abovedave/7397621 to your computer and use it in GitHub Desktop.
Save abovedave/7397621 to your computer and use it in GitHub Desktop.
Rsync to copy from one host to local
rsync -r ssh remoteuser@remotehost:/copy/from /copy/to/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment