I am trying to set up a Mirror of Version 4.0 with updates. When I try to use rsync (which is the method I prefer), I get all versions. Can I rsync and get only version 4?
you have to specify a path... example...
rsync -aHv --delete --bwlimit=512 rsync://mirror.centos.org/cAos/centos/4.0/ /path/on/your/server/to/your/centos/4.0/dir/
I usually set a bwlimit so i'm not a bw hog, so you can remove the bwlimit if you want.
Best Regards,
Shaun Reitan CTO www.NDCHost.com www.cPlicensing.net
----- Original Message ----- From: "Vicki Stanfield" vicki@thepenguin.org To: centos-mirror@centos.org Sent: Thursday, April 07, 2005 4:18 AM Subject: [CentOS-mirror] Mirroring only 4.0 and updates
I am trying to set up a Mirror of Version 4.0 with updates. When I try to
use rsync (which is the method I prefer), I get all versions. Can I rsync and get only version 4?
-- Vicki Stanfield Linux User #30705 http://counter.li.org Certified Red Hat Engineer - RHCE Number 806200695901889 _______________________________________________ CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror
On Fri, Apr 08, 2005 at 01:53:29PM -0700, Shaun wrote:
you have to specify a path... example...
rsync -aHv --delete --bwlimit=512 rsync://mirror.centos.org/cAos/centos/4.0/ /path/on/your/server/to/your/centos/4.0/dir/
I usually set a bwlimit so i'm not a bw hog, so you can remove the bwlimit if you want.
Best Regards,
Shaun Reitan
Thanks, I see now. I had tried variations, but I did it wrong. Is there a way to tell how large the repo will be?