]> asedeno.scripts.mit.edu Git - sipb-mirrors.git/commitdiff
Remove --hard-links from debian
authorAlexander Chernyakhovsky <achernya@mit.edu>
Sat, 25 Mar 2017 20:52:54 +0000 (16:52 -0400)
committerAlexander Chernyakhovsky <achernya@mit.edu>
Sat, 25 Mar 2017 20:52:54 +0000 (16:52 -0400)
fetch-scripts/debian

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