dooblem / bsync

Bidirectional Synchronization using Rsync
GNU General Public License v3.0
289 stars 61 forks source link

What is "checked" by -c? #16

Closed Busyvar closed 8 years ago

Busyvar commented 9 years ago

Hi, I saw on row 765 of bsync that there is a -c parameter who means "check". It is not display on help menu and i don't know what it means, can you explain us? Thanks

dooblem commented 9 years ago

I used this code a long time ago in order to check, after a sync, if everything is OK : both directories identical. It's not a feature, but it may be handy for development. could be used in a unit test for example.