]> asedeno.scripts.mit.edu Git - sipb-mirrors.git/commitdiff
debian: Enable --safe-links
authorLizhou Sha <slz@mit.edu>
Wed, 11 Apr 2018 21:53:56 +0000 (17:53 -0400)
committerLizhou Sha <slz@mit.edu>
Wed, 11 Apr 2018 21:53:56 +0000 (17:53 -0400)
fetch-scripts/debian

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