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/" > > export RSYNCCMD="rsync -avP --delete" > > $RSYNCCMD $RSYNCSERVER/el5/en/x86_64/rpmforge/ $rootdir/rpmforge/el5/x86_64/ > > #$RSYNCCMD $RSYNCSERVER/el5/en/i386/rpmforge/ $rootdir/rpmforge/el5/i386/ > > 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 centosplus extras addons" for both i386 and x86_64! fidel at xxx:~/Downloads/Centos/5.5$ du -h rpmforge/ 6.2M rpmforge/i386/repodata 5.6G rpmforge/i386/RPMS 5.6G rpmforge/i386 6.0M rpmforge/x86_64/repodata 5.2G rpmforge/x86_64/RPMS 5.2G rpmforge/x86_64 11G rpmforge/ > > > Tia, > ak. > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos