Skip to content

Instantly share code, notes, and snippets.

@khoatran
Created September 29, 2017 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save khoatran/c4c729d79f8bc892e7b4170376fad47c to your computer and use it in GitHub Desktop.
Save khoatran/c4c729d79f8bc892e7b4170376fad47c to your computer and use it in GitHub Desktop.
Rsync from remote
rsync -avz --progress -e "ssh -i ssh_key" root@ip_of_the_remote:/folder/* /target-folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment