Skip to content

Instantly share code, notes, and snippets.

@samsargent
Created March 16, 2018 06:17
Show Gist options
  • 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 [email protected]:/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