Inspect the content of all files of a local and a remote dir and report which are different, new or deleted:

rsync -navc --delete /local/dir/ user@host:/remote/dir/ | grep -v /$