On Tue, Nov 16, 2010 at 7:34 PM, Nyamul Hassan nyamul@gmail.com wrote:
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
CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror
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