]> asedeno.scripts.mit.edu Git - sipb-mirrors.git/commitdiff
debian: restore --links option
authorLizhou Sha <slz@mit.edu>
Thu, 12 Apr 2018 23:07:09 +0000 (19:07 -0400)
committerLizhou Sha <slz@mit.edu>
Thu, 12 Apr 2018 23:07:09 +0000 (19:07 -0400)
fetch-scripts/debian

index 98506ff7710c8e45a919d13dcf04ada22f0b1f59..a4027f6cdaac30c6f1d75ae125c68fbcbc4f7987 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 --timeout 3600 --perms"
+RSYNC_OPTS="--recursive --links --safe-links --times --sparse --timeout 3600 --perms"
 #OTHER_OPTS="--verbose --stats --dry-run"
 OTHER_OPTS="--verbose --stats"