summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/sync-openbsd-ftp-tree.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/sync-openbsd-ftp-tree.sh b/bin/sync-openbsd-ftp-tree.sh
index 0a8074e..ab01b41 100755
--- a/bin/sync-openbsd-ftp-tree.sh
+++ b/bin/sync-openbsd-ftp-tree.sh
@@ -11,8 +11,7 @@ else
fi
rsync $verbose -a -i --recursive --times --links --hard-links --delete \
- --exclude="/[2-3].[0-9]" \
- --exclude="/4.[0-8]" \
+ --exclude="/[2-4].[0-9]" \
--exclude="/cvs" \
--exclude="/distfiles" \
--exclude="/tmp" \