]> asedeno.scripts.mit.edu Git - sipb-mirrors.git/commitdiff
debian: I have no idea why we set a --block-size
authorLizhou Sha <slz@mit.edu>
Wed, 11 Apr 2018 22:01:41 +0000 (18:01 -0400)
committerLizhou Sha <slz@mit.edu>
Wed, 11 Apr 2018 22:01:41 +0000 (18:01 -0400)
fetch-scripts/debian

index e78c1f1ef3147a7703c03fad644d8b8968b23640..143dc7296d52998a7ba270e9178638a1d0579303 100644 (file)
@@ -9,7 +9,7 @@ set -u
 BASEDIR=${MIRRORDIR}/debian
 RSYNCSOURCE=rsync://debian.gtisc.gatech.edu/debian
 
-RSYNC_OPTS="--recursive --safe-links --times --sparse --block-size=8192 --timeout 3600 --perms"
+RSYNC_OPTS="--recursive --safe-links --times --sparse --timeout 3600 --perms"
 #OTHER_OPTS="--verbose --stats --dry-run"
 OTHER_OPTS="--verbose --stats"