From: Mark Wooding Date: Tue, 15 Feb 2022 10:11:12 +0000 (+0000) Subject: dvdrip-upload: Inhibit the fancy rsync algorithm when copying. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/dvdrip/commitdiff_plain/3eab0d693af6055f636af4d59a3960bd2bdb3641 dvdrip-upload: Inhibit the fancy rsync algorithm when copying. On my system, at least, it actually slows copying down by a factor of at least two. --- diff --git a/dvdrip-upload b/dvdrip-upload index c8a1f6f..f75f414 100644 --- a/dvdrip-upload +++ b/dvdrip-upload @@ -99,7 +99,7 @@ check () { *) dir= ;; esac archrun mkdir -p "$archpath${dir:+/$dir}" - run rsync -svP "$i/iso" "$archive/$dest" + run rsync -svPSW "$i/iso" "$archive/$dest" run rm -rf "$i") || : fi done