$ rsync -nrcv /dir1 /dir2Command line explained :
-nis dry run which will actually do nothing to any file-vis verbose so it will print out what it would have done-ris recursive so check every file in every folder and-cis check the checksums when comparing rather than just the size and timestamp