From 9d1429cbbdc8a9903527716497c641d283d01000 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 11 May 2015 10:01:17 +0200 Subject: [PATCH] Exclude tiffani/ from dd-sync and shut up cron its a state dir only and files change too often so rsync gets annoyed which in turn annoys cron which hands that over to ftpmasters, who dont like it. AWAY, you mails. --- scripts/debian/sync-dd | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/debian/sync-dd b/scripts/debian/sync-dd index 857c68d1..ba2a2a2a 100755 --- a/scripts/debian/sync-dd +++ b/scripts/debian/sync-dd @@ -81,6 +81,7 @@ if lockfile -r3 "${lockfile}" 2> /dev/null; then --exclude "/scripts/s3kr1t" \ --exclude "/tmp/" \ --exclude "/public/incoming.debian.org" \ + --exclude "/tiffani/" \ --delete --delete-after \ --timeout 3600 \ -e 'ssh -o ConnectTimeout=30 -o SetupTimeout=30' \ -- 2.39.2