Is there an easy way to mirror people.centos.org?
I tried "rsync people.centos.org::" and it gives some disclaimers followed by a null list of available modules.
I've got an ugly workaround using wget, but would prefer to use rsync.
c
On 01/05/2013 03:47 PM, Carl T. Miller wrote:
Is there an easy way to mirror people.centos.org?
I tried "rsync people.centos.org::" and it gives some disclaimers followed by a null list of available modules.
Are you sure you want to get 2.8 TiB of content ?
I've got an ugly workaround using wget, but would prefer to use rsync.
Select the repo you want / need, and use reposync. Remember that anything on people.centos.org is just a personal build. Its not release, and its not supported, and most likely will get no updates security or otherwise.
On Mon, Jan 7, 2013 at 6:38 AM, Karanbir Singh mail-lists@karan.org wrote:
On 01/05/2013 03:47 PM, Carl T. Miller wrote:
Is there an easy way to mirror people.centos.org?
I tried "rsync people.centos.org::" and it gives some disclaimers followed by a null list of available modules.
Are you sure you want to get 2.8 TiB of content ?
I've got an ugly workaround using wget, but would prefer to use rsync.
Select the repo you want / need, and use reposync. Remember that anything on people.centos.org is just a personal build. Its not release, and its not supported, and most likely will get no updates security or otherwise.
Karanbir, rsync from a local repository is easily scripted to pull only what's wanted. reposync only pulls only RPM's, you have to run "repodata" correctly after it's run, and it doesn't get all the components for PXE builds in their normal layout.
rsync is your *friend* fo this, if carefully tuned to get only the material you want. If you have to use HTTP or FTP because rsync isn't available, the "lftp" program has excellent scripting and the ability to mirror a remote site, much, much more cleanly and efficiently than "wget".
On 01/07/2013 06:38 AM, Karanbir Singh wrote:
Select the repo you want / need, and use reposync. Remember that anything on people.centos.org is just a personal build. Its not release, and its not supported, and most likely will get no updates security or otherwise.
I don't want to mirror everything, which is why I'm trying to get the list of modules. "rsync people.centos.org::" lists the modules, but it doesn't. I also tried "rsync people.centos.org::*" and rsync people.centos.org::/", neither of which worked.
How do I get the list of modules?
c
On 01/07/2013 02:51 PM, Carl T. Miller wrote:
On 01/07/2013 06:38 AM, Karanbir Singh wrote:
Select the repo you want / need, and use reposync. Remember that anything on people.centos.org is just a personal build. Its not release, and its not supported, and most likely will get no updates security or otherwise.
I don't want to mirror everything, which is why I'm trying to get the list of modules. "rsync people.centos.org::" lists the modules, but it doesn't. I also tried "rsync people.centos.org::*" and rsync people.centos.org::/", neither of which worked.
How do I get the list of modules?
people.centos.org is just a scratch area, and as such there are no modules or a proper rsync setup. So if there is something you want to grab, reposync is the best way to do that.