From 2b4cc90dfb6d8c49915f4ba4d1dafff8b4ca6ba1 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Sat, 9 Jun 2012 15:17:18 -0400 Subject: [PATCH] add rsync exclude pattern This avoids errors caused by digest files going away while the rsync is in progress. --- archives/bin/run-rsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archives/bin/run-rsync b/archives/bin/run-rsync index 0e627854..b1d10a5e 100755 --- a/archives/bin/run-rsync +++ b/archives/bin/run-rsync @@ -25,6 +25,6 @@ heldlock=$LOCKFILE_RSYNC cd $ARCHIVES_ROOT -$RSYNC -azH --delete --timeout=300 $MAJORDOMO_ORIGIN $MAJORDOMO_FILES +$RSYNC -azH --delete --timeout=300 $MAJORDOMO_ORIGIN $MAJORDOMO_FILES --exclude='.*' retval=$? -- 2.39.5