From 29c63e72675679f3f79401c7dae1c9eb2e8889e9 Mon Sep 17 00:00:00 2001 From: ianmdlvl Date: Fri, 21 Sep 2007 20:45:38 +0000 Subject: [PATCH] * backup-snaprsync: pass -I to rsync when copying rsums. --- backup/snaprsync | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/backup/snaprsync b/backup/snaprsync index 91b2ce8..504ebd8 100755 --- a/backup/snaprsync +++ b/backup/snaprsync @@ -120,7 +120,7 @@ x ssh $sshopts $rhost "$sshpfx $rsharedir/snap-drop" if [ "x${localprevious}" != x ] && test -f "$localprevious,rsums"; then cp "$localprevious,rsums" "$localarea,rsums" fi -x $rsync -p \ +x $rsync -pI \ $rhost:$rvardir/$rsumsfile \ "$localarea,rsums" diff --git a/debian/changelog b/debian/changelog index 6272217..2d466ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +chiark-utils (4.1.21) unstable; urgency=low + + * backup-snaprsync: pass -I to rsync when copying rsums. + + -- + chiark-utils (4.1.20) unstable; urgency=low * Fix bashism in upstream backup/Makefile. -- 2.30.2