Board logo

标题: 镜像整个Ubuntu源,并通过ubuntu官方镜像源认证 [打印本页]

作者: JarodLee    时间: 2010-11-24 12:01     标题: 镜像整个Ubuntu源,并通过ubuntu官方镜像源认证

如何镜像整个官方源: 代码:

CODE:
#!/bin/bash RSYNCSOURCE=rsync://archive.ubuntu.com/ubuntu BASEDIR=/path/to/your/mirror/ rsync --recursive --times --links --hard-links \ --stats \ --exclude "Packages*" --exclude "Sources*" \ --exclude "Release*" \ ${RSYNCSOURCE} ${BASEDIR} rsync --recursive --times --links --hard-links \ --stats --delete --delete-after \ --exclude "project/trace/${HOSTNAME}" \ ${RSYNCSOURCE} ${BASEDIR}

将这个脚本保存下来,设置每天自动执行一次即可。 Ubuntu@UESTC(http://ubuntu.dormforce.net/) 中国大陆地区目前有5个官方认证的镜像站点 可以到这里查询 https://launchpad.net/ubuntu/+archivemirrors 注册处: https://launchpad.net/ubuntu/+newmirror




欢迎光临 自由空间 (http://2006.ghtxx.cn/bbs/) Powered by Discuz! 5.5.0