]> asedeno.scripts.mit.edu Git - sipb-mirrors.git/commitdiff
OpenBSD: exclude .~tmp~ files. (Adam Suhl)
authorLizhou Sha <slz@mit.edu>
Tue, 22 Sep 2015 06:31:39 +0000 (02:31 -0400)
committerLizhou Sha <slz@mit.edu>
Tue, 22 Sep 2015 06:31:39 +0000 (02:31 -0400)
Signed-off-by: Lizhou Sha <slz@mit.edu>
fetch-scripts/openbsd

index aa08cb95199f49f6bae7d4ed6f77595e44d56e5c..6cbc355aba0c3badea987b9000d0460438eef02a 100644 (file)
@@ -6,5 +6,6 @@ BASEDIR=${MIRRORDIR}/pub/OpenBSD
 mkdir -p ${BASEDIR}
 rsync --archive --delete --stats --verbose \
        --exclude='/timestamp' \
+       --exclude='.~tmp~' \
        ${RSYNCSOURCE} ${BASEDIR}
 date +%s > ${BASEDIR}/timestamp