Hi,
We are planning to deploy a mirror site in Bangalore,India. Can anyone help us on the below queries ?
* What would be the hard disk requirement if we provide mirror support for all the versions including ISOs ? * What would be the hard disk requirement if we provide mirror support for all the versions excluding ISOs ? * Do we have to disable the active connections during the rsync with the master mirror server ?
Regards,
Bathrinath Raveendran Technical Manager
AIM: bathrinathr Contacts - +91 80 4035 4614 (Work) +91 97 4007 3527 (Mobile)
AOL Online India Pvt. Ltd., Bangalore
Raveendran, Bathrinath wrote:
- What would be the hard disk requirement if we provide mirror support
for all the versions including ISOs ?
[root@centos centos]# du -sh . 174G .
That is with DVDs.
- What would be the hard disk requirement if we provide mirror support
for all the versions excluding ISOs ?
[root@centos centos]# du -sh --exclude="*isos/*" 105G
- Do we have to disable the active connections during the rsync with
the master mirror server ?
I don't, I'm using --delay-updates during the mirror process (which means that you need more diskspace).
Cheers,
Ralph