From: ianmdlvl Date: Fri, 21 Sep 2007 20:45:38 +0000 (+0000) Subject: * backup-snaprsync: pass -I to rsync when copying rsums. X-Git-Tag: debian_version_4_1_21~6 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=29c63e72675679f3f79401c7dae1c9eb2e8889e9;p=chiark-utils.git * backup-snaprsync: pass -I to rsync when copying rsums. --- 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.