Skip to content

Instantly share code, notes, and snippets.

@eonil
Last active June 8, 2017 18:33
Show Gist options
  • Save eonil/b2e5bd10fa6fe90832fdb69ed121e0aa to your computer and use it in GitHub Desktop.
Save eonil/b2e5bd10fa6fe90832fdb69ed121e0aa to your computer and use it in GitHub Desktop.
rsync -avhc --stats --progress <src> <dest>
# archive
# verbose
# human readable
# checksum by MD5. if you dont use this, rsync won't verify equality.
# show overall stats
# show progress of each files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment