From: Mark Wooding Date: Sat, 30 May 2015 11:13:46 +0000 (+0100) Subject: rsync-backup.in: Add double-checking for the manifest comparison. X-Git-Tag: 1.1.0~3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/rsync-backup/commitdiff_plain/ec1d1af29b0b0c4bbbf4d6ddcf678f759994e52e?ds=sidebyside;hp=ec1d1af29b0b0c4bbbf4d6ddcf678f759994e52e rsync-backup.in: Add double-checking for the manifest comparison. While hacking on 1c0d861..., I temporarily introduced a bug which failed to spot differences between the local and remote fshash(1) manifests. Add an explicit check of file hashes as a backstop to guard against this kind of bug now or in the future. Also dump the hashes into the log, so that one can verify after the fact that everything actually worked properly. ---