X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.monthly;h=184280b8c702ea872bca518b55329738143d52c0;hb=1e1457bde3318c6605b4c97d4299803fdaf8e774;hp=d9e00993042edae9ee59f67f5a8f690032620ebf;hpb=16f731a893f0ba036a995c25b8b5f3490394070e;p=dak.git diff --git a/config/debian/cron.monthly b/config/debian/cron.monthly index d9e00993..184280b8 100755 --- a/config/debian/cron.monthly +++ b/config/debian/cron.monthly @@ -15,6 +15,9 @@ cd /srv/ftp.debian.org/mail/archive for m in mail bxamail; do if [ -f $m ]; then mv $m ${m}-$DATE + touch ${m} + chown dak:ftpteam ${m} + chmod 660 ${m} sleep 20 gzip -9 ${m}-$DATE chgrp $ftpgroup ${m}-$DATE.gz