I want to use rsync on a linux host and rsync one-way to windows machine (using cwrsync). After I run a sync, is there way to know if there actually were any updates or not? (something like a 'total checksum' for the whole repository I'm syncing)?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Does the --stats option give you what you want?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.