larrabee / s3sync

Really fast sync tool for S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compare md5 checksum between locations before sync

tommydroptables opened this issue · comments

It would be cool to have an optional flag that compares the md5 checksum between locations before syncing, this would reduce a lot wasted time re-syncing a directory.

It looks like you do have md5 support through --filter-modified but it doesn't support the local filesystem. Would you mind if i add md5 support to the FSStorage package?

Hello. It will be cool.