Thanks Emmanuel, that gives me a good idea of how much storage I will need.
--
Christopher Tyler
MTCRE/MTCNA/MTCTCE/MTCWE
Total Highspeed Internet Services
417.851.1107
----- Original Message -----
From: "Emmanuel Seyman" <emmanuel(a)seyman.fr>
To: "RPM Fusion users discussion list"
<rpmfusion-users(a)lists.rpmfusion.org>
Sent: Tuesday, November 6, 2012 2:19:01 PM
Subject: Re: Question about size of rpmfusion repo
* Chris Tyler [06/11/2012 20:54] :
>
> I was considering setting up a mirror of the rpmfusion repo, just
> wondering
> if I have enough disk space for it, before I commit. Does anyone
> happen to
> know the size of the rpmfusion repo? I Googled around for it but it
> but
> couldn't find anything.
I use this command to mirror the repo :
rsync --archive --hard-links --human-readable --numeric-ids
--prune-empty-dirs --delete-excluded --delete-after --verbose
--progress --stats --bwlimit=600 fr2.rpmfind.net::linux/rpmfusion/
/opt/www/fedora/rpmfusion --exclude '1' --exclude '2' --exclude
'3'
--exclude '4' --exclude '5' --exclude '6' --exclude '7'
--exclude
'8' --exclude '9' --exclude '10' --exclude '11' --exclude
'12'
--exclude '13' --exclude '14' --exclude '15' --exclude
'core'
--exclude 'redhat' --exclude 'extras' --exclude 'debug'
--exclude
'development' --exclude 'source' --exclude 'testing' --exclude
'test' --exclude 'SRPMS' --exclude 'SRPMS.newkey' --exclude
'.~tmp~'
--exclude 'drpms' --exclude 'iso' --exclude 'Live'
and it boils down to:
idia:~# du -sh /opt/www/fedora/rpmfusion/*/*
2,8G /opt/www/fedora/rpmfusion/free/fedora
131M /opt/www/fedora/rpmfusion/free/fedora-secondary
6,9G /opt/www/fedora/rpmfusion/nonfree/fedora
32M /opt/www/fedora/rpmfusion/nonfree/fedora-secondary
Emmanuel