How to find out what is size of repository?

Hello,

I need to know what is the size of centos 5 repository?

Each centos 5 repository.

1) os
2) update
3) addons
4) centosplus
5) extras

Here is the website link mirror.centos.org

thanks

Looks like you basically have to crawl it all. S�bastien Wains Creating a local CentOS mirror says 6.3Gb for a particular version; older google hits say slightly less.

Some sites build a top-level listing so you can know how much stuff is there just by reading the index, but there doesn't seem to be one on mirror.centos.org. You could crawl the site if you really wanted to, of course (hint: use HEAD to get just the file size, not the actual content; you can do something similar for ftp, too).

Hi Era,

Thanks for your help. :b:
----------------------
----------------------

I googled whole last week to find out size of each centos 5 repository but i didn't found anywhere.

Sebastien Wains website was really a great help.

(any hint helps alot)

::Hoping some one out there provide some additional hints

thanks