From 0d655827e4ec74001c12c5e78e22658e460dc6c3 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Tue, 11 Jun 2013 21:37:16 +0200 Subject: [PATCH] sync-dd: exclude queue/bts_version_track The files in bts_version_track are short-lived and often removed while syncing the public mirror. This causes annoying complaint from rsync. As there is nothing interesting there we can just not sync it. --- scripts/debian/sync-dd | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/debian/sync-dd b/scripts/debian/sync-dd index 2a7dcb78..5c48a12e 100755 --- a/scripts/debian/sync-dd +++ b/scripts/debian/sync-dd @@ -80,6 +80,7 @@ if lockfile -r3 "${lockfile}"; then --exclude "/lock/" \ --exclude "/mirror/" \ --exclude "/morgue/" \ + --exclude "/queue/bts_version_track/" --exclude "/queue/unchecked/" \ --exclude "/s3kr1t" \ --exclude "/scripts/s3kr1t" \ -- 2.39.2