Hi,
We have setup a new public mirror for CentOS.Details for the mirror are:* URL : http://centos.hostingxtreme.com* Synchronized : Every 12 hours* Location : Columbus, Ohio, USA* Connection : 100 mbit* Sponsor : HostingXtreme - http://hostingxtreme.com* Contact : info@hostingxtreme.comThe cron is setup with this lock-file. Hope it is correct:==========================#!/bin/bashif [ "$(ps auxw | grep msync.centos.org::CentOS|grep -v grep)" != "" ];thenecho "A centos-sync is already running ..."exitfiecho "rsyncing now"rsync -aqzH --delete msync.centos.org::CentOS /correct/path/echo "done syncing"==========================
_______________________________________________
CentOS-mirror mailing list
CentOS-mirror@centos.org
http://lists.centos.org/mailman/listinfo/centos-mirror