[CentOS-mirror] NEW mirror by HostingXtreme - Ohio

Raimundo Carvalho galdezn2008 at gmail.com
Sat Feb 16 19:08:29 UTC 2013


==========================
#!/bin/bash

if [ "$(ps auxw | grep msync.centos.org::CentOS|grep -v grep)" != "" ];then
        echo "A centos-sync is already running ..."
        exit
fi
echo "rsyncing now"
rsync -aqzH --delete msync.centos.org::CentOS /correct/path/
echo "done syncing"

==========================
Thanks it is correct



2013/2/16 Info | HostingXtreme.com <info at hostingxtreme.com>

> 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 at hostingxtreme.com
>
> The cron is setup with this lock-file. Hope it is correct:
>
> ==========================
> #!/bin/bash
>
> if [ "$(ps auxw | grep msync.centos.org::CentOS|grep -v grep)" != ""
> ];then
>         echo "A centos-sync is already running ..."
>         exit
> fi
> echo "rsyncing now"
> rsync -aqzH --delete msync.centos.org::CentOS /correct/path/
> echo "done syncing"
>
> ==========================
>
> --
> Thanks,
>
>
>
> The HostingXtreme Support Team
> http://hostingxtreme.com
>
>
> _______________________________________________
> CentOS-mirror mailing list
> CentOS-mirror at centos.org
> http://lists.centos.org/mailman/listinfo/centos-mirror
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.centos.org/pipermail/centos-mirror/attachments/20130216/93c7a48a/attachment.html 


More information about the CentOS-mirror mailing list