Skip to content

Instantly share code, notes, and snippets.

@miceno
Created October 29, 2017 17:56
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 miceno/ab51f4e72e0bb7dfbd0a4fe0f21514ee to your computer and use it in GitHub Desktop.
Save miceno/ab51f4e72e0bb7dfbd0a4fe0f21514ee to your computer and use it in GitHub Desktop.
Rsync remote
rsync -avz -e "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" --progress SOURCE HOST:TARGET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment