chiark / gitweb /
* backup-snaprsync: pass -I to rsync when copying rsums.
[chiark-utils.git] / backup / snaprsync
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"