<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div class="h5">>> I am trying to host ISO DVDs also of Centos.<br>
>> however none of the rsync mirrors are providing DVD access.<br>
>> How are you guys doing that.<br>
>><br>
>> Thanks<br>
>> Durga Prasad<br>
><br>
><br>
>  We do a two step sync as follows:<br>
> ::STEP 1<br>
> rsync -vaH --numeric-ids --filter='protect *DVD*iso' --filter='protect<br>
> *torrent' --delete --delete-after --delay-updates --progress<br>
> msync.centos.org::CentOS /mnt/tera2/centos<br>
> ::STEP 2<br>
> rsync -vaH --numeric-ids --filter='include */' --filter='include *DVD*iso'<br>
> --filter='include *torrent' --filter='exclude *' --progress<br>
> mirrors3.kernel.org::centos /mnt/tera2/centos<br>
> I think I mentioned this earlier on another thread no longer than 2 weeks<br>
> ago.<br>
> Regards<br>
> HASSAN></div></div><div class="im">
><br>
<br>
</div>Thanks, I remembered that - but I downloaded DVDs from other site<br>
through http and kept in the folder. but they got deleted in the next<br>
rsync run. Before investigating further, I felt there should be an<br>
easy way. --- sorry im too lazy :)<br>
<br>
rgds/Durga Prasad<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div><br></div><div>To stop rsync from delete them, you need those filter rules as in my example.</div><div><br></div><div>Regards</div><div>HASSAN</div><div><br>

</div></div>