From 19e340961f1ac5e179a9ca4801d70db3cff51ea9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 16 May 2015 02:09:31 +0000 Subject: [PATCH] Exclude 22_Alpha and 22_Beta from download-ib02. It's full. --- files/download/sync-up-downloads.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/download/sync-up-downloads.sh b/files/download/sync-up-downloads.sh index 46b736f248..b1517a13d2 100755 --- a/files/download/sync-up-downloads.sh +++ b/files/download/sync-up-downloads.sh @@ -8,7 +8,7 @@ RSYNC='/usr/bin/rsync' RS_OPT="-avSHP --numeric-ids" RS_DEADLY="--delete --delete-excluded --delete-delay --delay-updates" -ALT_EXCLUDES="--exclude deltaisos/archive --exclude 21_Alpha* --exclude 21-Alpha* --exclude 21_Beta* --exclude=F21a-TC1" +ALT_EXCLUDES="--exclude deltaisos/archive --exclude 22_Alpha* --exclude 22_Beta*" EPL_EXCLUDES="" FED_EXCLUDES=""