chiark / gitweb /
* backup-snaprsync: pass -I to rsync when copying rsums.
authorianmdlvl <ianmdlvl>
Fri, 21 Sep 2007 20:45:38 +0000 (20:45 +0000)
committerianmdlvl <ianmdlvl>
Fri, 21 Sep 2007 20:45:38 +0000 (20:45 +0000)
backup/snaprsync
debian/changelog

index 91b2ce8948c8831ceab153e84bf503592d3c174e..504ebd8a1d610937fdf1cffa7924817048935aa9 100755 (executable)
@@ -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"
 
index 6272217a5fd4778c80f8b17459a48ae8c92a52cc..2d466ea8355eff0b6ba6600c739cec85b4f8dc77 100644 (file)
@@ -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.