I want to use rsync to diff two folders (with checksum) by using dry-run and 
itemize changes like this:
rsync -rni --checksum /dir1/ /dir2/> ~/Desktop/diff.log

However, I read that in --dry-run rsync wont do checksums. Is this true? If it 
is, is there a way to force checksums i dry-run mode?
                                          
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to