dvdrip-upload: Inhibit the fancy rsync algorithm when copying.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 15 Feb 2022 10:11:12 +0000 (10:11 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 15 Feb 2022 10:11:12 +0000 (10:11 +0000)
On my system, at least, it actually slows copying down by a factor of at
least two.

dvdrip-upload

index c8a1f6f..f75f414 100644 (file)
@@ -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