>> 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