Skip to content

Instantly share code, notes, and snippets.

@danielsum
Created January 23, 2015 15:38
Show Gist options
  • Save danielsum/8ebd8ae6dadf0d890add to your computer and use it in GitHub Desktop.
Save danielsum/8ebd8ae6dadf0d890add to your computer and use it in GitHub Desktop.
rsync between remote to local
rsync -azP root@{host}:/{source}/ /{dest}/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment