On Tue, Nov 16, 2010 at 18:04, Datasoft-India <datasoftindia@gmail.com> wrote:
Hi All,

I am trying to host ISO DVDs also of Centos.
however none of the rsync mirrors are providing DVD access.
How are you guys doing that.

Thanks
Durga Prasad


 We do a two step sync as follows:

::STEP 1
rsync -vaH --numeric-ids --filter='protect *DVD*iso' --filter='protect *torrent' --delete --delete-after --delay-updates --progress msync.centos.org::CentOS /mnt/tera2/centos

::STEP 2
rsync -vaH --numeric-ids --filter='include */' --filter='include *DVD*iso' --filter='include *torrent' --filter='exclude *' --progress mirrors3.kernel.org::centos /mnt/tera2/centos 

I think I mentioned this earlier on another thread no longer than 2 weeks ago.

Regards
HASSAN