[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[snapshot/master] When rsyncing the dumps, exclude "*.tmp.*" files



---
 mirror/sync-incremental |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mirror/sync-incremental b/mirror/sync-incremental
index 60ad7d8..86d44ec 100755
--- a/mirror/sync-incremental
+++ b/mirror/sync-incremental
@@ -25,7 +25,7 @@ trap "rm -f '$LOCKFILE'" EXIT
 while [ -e "$SYNC_REQUIRED" ] ; do
 	rm -f "$SYNC_REQUIRED"
 
-	rsync -az snapshot-master.debian.org:dumps/ "$HOME"/stabile-dumps/ $v
+	rsync -az --exclude '*.tmp.*' snapshot-master.debian.org:dumps/ "$HOME"/stabile-dumps/ $v
 
 	$BASE/mirror/import-new-dumps -c "$CONF" -s ~/code/snapshot $v &
 	$BASE/mirror/farm-journal-fetch-tarball -c "$CONF" $v &
-- 
1.5.6.5


Reply to: