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!
Tia, ak.