On Wed, 25 Mar 2009 10:34:51 +0000 Karanbir Singh <mail-lists at karan.org> wrote: > A request to all mirror admins: please ensure that the 5.3 tree is not > visible to the public over http/rsync/ftp till the release is announced. What's the best way to do that? My mirror is a simple script: $ cat /home/mirror/centos5_sync.sh #!/bin/bash date > /tmp/rsync_centos.log rsync -avH --delay-updates --delete-after --exclude '2*' --exclude '3*' --exclude '4*' --delete us-msync.centos.org::CentOS /gpfs/fs0/repos/pub/centos >> /tmp/rsync_centos.log date >> /tmp/rsync_centos.log and then vsftpd is serving up anon_root /gpfs/fs0/repos/pub Regards, -- Alex Chekholko