From 43243a5c7e4fd609b1a10b700b6bab322930eb71 Mon Sep 17 00:00:00 2001 From: ianmdlvl Date: Thu, 19 Apr 2007 19:11:11 +0000 Subject: [PATCH] chiark-backup's snaprsync sedderies mountpoint out before sums diff. --- backup/snaprsync | 3 ++- debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/backup/snaprsync b/backup/snaprsync index 5cd567a..780c68e 100755 --- a/backup/snaprsync +++ b/backup/snaprsync @@ -126,7 +126,8 @@ xwait $lsum date -u "+ $datefmt checking" set +e -diff -u "$localarea,rsums" "$localarea,lsums" >"$localarea,sumsdiff" +diff -u <(sed -e 's/^mountpoint/dir /' "$localarea,rsums") \ + "$localarea,lsums" >"$localarea,sumsdiff" diffrc=$? set -e test $diffrc = 0 || test $diffrc = 1 diff --git a/debian/changelog b/debian/changelog index 675104a..36e6943 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +chiark-utils (4.1.15) unstable; urgency=low + + * chiark-backup's snaprsync sedderies mountpoint out before sums diff. + + -- + chiark-utils (4.1.14) unstable; urgency=low * summer has new -x (one file system) option. -- 2.30.2