From: Joerg Jaspert Date: Sun, 23 Nov 2008 22:54:09 +0000 (+0100) Subject: use the right rsync options to clean up and stuff. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=dd5d4f08147b2e6aceac56fffb8ebe51ad1590f6;p=dak.git use the right rsync options to clean up and stuff. Signed-off-by: Joerg Jaspert --- diff --git a/config/debian-security/cron.daily b/config/debian-security/cron.daily index d3bf155e..245e406e 100755 --- a/config/debian-security/cron.daily +++ b/config/debian-security/cron.daily @@ -10,8 +10,7 @@ export SCRIPTVARS=/org/security.debian.org/dak/config/debian-security/vars # Fix overrides -# disabled by ajt 2008-01-01: requires auth -rsync --password-file /srv/non-us.debian.org/s3kr1t/rsync-password -ql security-master@ftp-master::indices/override\* $overridedir +rsync --delete -r --include=override\* --exclude=\* --password-file /srv/non-us.debian.org/s3kr1t/rsync-password -vl security-master@ftp-master::indices/ $overridedir cd $overridedir find . -name override\*.gz -type f -maxdepth 1 -mindepth 1 | xargs gunzip -f