rsync -c -i flags identical files as different
- by Scott
My goal: given a list of files on local server, show any differences to the files with the same absolute path on remote server; e.g. compare local /etc/init.d/apache to same file on remote server.
"Difference" for me means different checksum. I don't care about file modification times. I also do not want to sync the files (yet); only show the…