Re: [CentOS] Download the repo DAG of CentOS 5.5

2011-04-04 Thread Kai Schaetzl
Fidel Dominguez-Valero wrote on Sun, 03 Apr 2011 14:45:41 -0400: ok, could you help me to do that? Is there anything you do not need help with? Kai ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Download the repo DAG of CentOS 5.5

2011-04-04 Thread David Sommerseth
On 03/04/11 20:45, Fidel Dominguez-Valero wrote: ok, could you help me to do that? [root@server ~]# man reposync kind regards, David Sommerseth On Sun, 2011-04-03 at 21:36 +0300, Eero Volotinen wrote: 2011/4/3 Fidel Dominguez-Valero fdval...@gmail.com: Yes, I know that, but I want to

[CentOS] Download the repo DAG of CentOS 5.5

2011-04-03 Thread Fidel Dominguez-Valero
hello somebody might help to create a script to download the repo DAG of CentOS 5.5 to my PC. I already did with OS, Update, and Extras packages. I want to do with DAG repository. I tried but I don't know much about scripts. Thanks Fidel ___ CentOS

Re: [CentOS] Download the repo DAG of CentOS 5.5

2011-04-03 Thread aly . khimji
: [CentOS] Download the repo DAG of CentOS 5.5 Sent: Apr 3, 2011 2:12 PM hello somebody might help to create a script to download the repo DAG of CentOS 5.5 to my PC. I already did with OS, Update, and Extras packages. I want to do with DAG repository. I tried but I don't know much about scripts

Re: [CentOS] Download the repo DAG of CentOS 5.5

2011-04-03 Thread Winter
On 4/3/2011 2:12 PM, Fidel Dominguez-Valero wrote: hello somebody might help to create a script to download the repo DAG of CentOS 5.5 to my PC. I already did with OS, Update, and Extras packages. I want to do with DAG repository. I tried but I don't know much about scripts. Thanks Fidel

Re: [CentOS] Download the repo DAG of CentOS 5.5

2011-04-03 Thread Fidel Dominguez-Valero
Message-- From: Fidel Dominguez-Valero Sender: centos-boun...@centos.org To: centos@centos.org ReplyTo: CentOS mailing list Subject: [CentOS] Download the repo DAG of CentOS 5.5 Sent: Apr 3, 2011 2:12 PM hello somebody might help to create a script to download the repo DAG of CentOS

Re: [CentOS] Download the repo DAG of CentOS 5.5

2011-04-03 Thread Fidel Dominguez-Valero
Yes, I know that, but I want to download for make a local repository On Sun, 2011-04-03 at 14:25 -0400, Winter wrote: On 4/3/2011 2:12 PM, Fidel Dominguez-Valero wrote: hello somebody might help to create a script to download the repo DAG of CentOS 5.5 to my PC. I already did with OS

Re: [CentOS] Download the repo DAG of CentOS 5.5

2011-04-03 Thread Eero Volotinen
2011/4/3 Fidel Dominguez-Valero fdval...@gmail.com: Yes, I know that, but I want to download for make a local repository just use reposync to mirror it to local repository. -- Eero ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Download the repo DAG of CentOS 5.5

2011-04-03 Thread William Warren
On 4/3/2011 2:33 PM, Fidel Dominguez-Valero wrote: Yes, I know that, but I want to download for make a local repository On Sun, 2011-04-03 at 14:25 -0400, Winter wrote: On 4/3/2011 2:12 PM, Fidel Dominguez-Valero wrote: hello somebody might help to create a script to download the repo DAG

Re: [CentOS] Download the repo DAG of CentOS 5.5

2011-04-03 Thread Fidel Dominguez-Valero
ok, could you help me to do that? On Sun, 2011-04-03 at 21:36 +0300, Eero Volotinen wrote: 2011/4/3 Fidel Dominguez-Valero fdval...@gmail.com: Yes, I know that, but I want to download for make a local repository just use reposync to mirror it to local repository. -- Eero

Re: [CentOS] Download the repo DAG of CentOS 5.5

2011-04-03 Thread Winter
On 4/3/2011 2:33 PM, Fidel Dominguez-Valero wrote: Yes, I know that, but I want to download for make a local repository My apologies, Fidel. I didn't pick up on that when I read your post. Install yum-utils, which will provide reposync. Of course install the rpmforge repo RPM. For an initial

Re: [CentOS] Download the repo DAG of CentOS 5.5

2011-04-03 Thread Robert Heller
At Sun, 03 Apr 2011 14:12:55 -0400 CentOS mailing list centos@centos.org wrote: hello somebody might help to create a script to download the repo DAG of CentOS 5.5 to my PC. I already did with OS, Update, and Extras packages. I want to do with DAG repository. I tried but I don't know

Re: [CentOS] Download the repo DAG of CentOS 5.5

2011-04-03 Thread Fidel Dominguez-Valero
thanks, rpmforge.sh is really that I need On Sun, 2011-04-03 at 15:21 -0400, Robert Heller wrote: At Sun, 03 Apr 2011 14:12:55 -0400 CentOS mailing list centos@centos.org wrote: hello somebody might help to create a script to download the repo DAG of CentOS 5.5 to my PC. I already

Re: [CentOS] Download the repo DAG of CentOS 5.5

2011-04-03 Thread Anthony K
On 4/04/2011 5:21 AM, Robert Heller wrote: rpmforge.sh: #!/bin/bash there=`dirname $0` here=`pwd` cd $there there=`pwd` cd $here rootdir=`dirname $there` export RSYNCSERVER=rsync://apt.sw.be/pub/freshrpms/pub/dag/redhat/ export RSYNCCMD=rsync -avP --delete $RSYNCCMD

Re: [CentOS] Download the repo DAG of CentOS 5.5

2011-04-03 Thread Fidel Dominguez-Valero
On Mon, 2011-04-04 at 11:21 +1000, Anthony K wrote: On 4/04/2011 5:21 AM, Robert Heller wrote: rpmforge.sh: #!/bin/bash there=`dirname $0` here=`pwd` cd $there there=`pwd` cd $here rootdir=`dirname $there` export RSYNCSERVER=rsync://apt.sw.be/pub/freshrpms/pub/dag/redhat/

Re: [CentOS] Download the repo DAG of CentOS 5.5

2011-04-03 Thread Stephen Harris
On Mon, Apr 04, 2011 at 11:21:23AM +1000, Anthony K wrote: Just out of curiosity, how much hdd space is consumed to mirror rpmforge? I have a local CentOS mirror for my users that consumes ~18GB (or 19,124,934,894 bytes as of this - 4/4/2011 - morning to be precise) for os updates