[CentOS-mirror] ISO DVDs

Tue Nov 16 14:30:51 UTC 2010
Nyamul Hassan <nyamul at gmail.com>

> >> 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>
> >
>
> Thanks, I remembered that - but I downloaded DVDs from other site
> through http and kept in the folder. but they got deleted in the next
> rsync run. Before investigating further, I felt there should be an
> easy way. --- sorry im too lazy :)
>
> rgds/Durga Prasad
>
>
To stop rsync from delete them, you need those filter rules as in my
example.

Regards
HASSAN
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-mirror/attachments/20101116/f4ee5ca6/attachment-0006.html>