Just to provide as a tip, to carry the DVD ISOs, which "msync" does not carry, we used to run our rsync in two steps as follows: Step 1: rsync -vaH --filter='protect *DVD*' --filter='protect *torrent' --delete --delete-after --delay-updates --progress msync.centos.org::CentOS /data/web/centos Step 2: rsync -vaH --filter='include */' --filter='include *DVD*iso' --filter='include *torrent' --filter='exclude *' --delete --delete-after --delay-updates --progress mirrors.kernel.org::centos /data/web/centos We put all that into a script now, so that rsync retries if msync does not respond. But, the above works for us. Regards HASSAN On Sat, May 15, 2010 at 01:55, Ralph Angenendt <ralph.angenendt at gmail.com>wrote: > Am 14.05.10 17:26, schrieb Jim Kusznir: > > > Are the 3.9 packages still supposed to be in the tree, or does the > > utah mirror have old content? > > Yes. 3.x is supported until October this year. > > Ralph > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > http://lists.centos.org/mailman/listinfo/centos-mirror > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-mirror/attachments/20100515/4953c69c/attachment-0006.html>