Skip to content

Instantly share code, notes, and snippets.

@samsargent
Created March 16, 2018 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samsargent/fb67480d517282bb053ccda4337a6928 to your computer and use it in GitHub Desktop.
Save samsargent/fb67480d517282bb053ccda4337a6928 to your computer and use it in GitHub Desktop.
Rsync remote to local
rsync -ravzv -e ssh user@externalserver.com:/home/user/test/* --include=".*" /home/user/test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment