Skip to content

Instantly share code, notes, and snippets.

@cleot
Last active August 4, 2016 13:03
Show Gist options
  • Save cleot/2b019f99fd997caf342bffa31d6e9178 to your computer and use it in GitHub Desktop.
Save cleot/2b019f99fd997caf342bffa31d6e9178 to your computer and use it in GitHub Desktop.
rsync passwordless
rsync --progress -chavzP -e "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" [email protected]:/path/ /path/to/storage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment