From: Joerg Jaspert Date: Mon, 11 May 2015 08:01:17 +0000 (+0200) Subject: Exclude tiffani/ from dd-sync and shut up cron X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=9d1429cbbdc8a9903527716497c641d283d01000 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. --- 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' \