chiark / gitweb /
rsync-backup.in: Add double-checking for the manifest comparison.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 30 May 2015 11:13:46 +0000 (12:13 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 30 May 2015 11:17:40 +0000 (12:17 +0100)
commitec1d1af29b0b0c4bbbf4d6ddcf678f759994e52e
treedc670416dfd006b5e3145753ea9166c292fa8a42
parent9653f45d4e6e3009f86f912c7bee4441e9ae2b06
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.
rsync-backup.in