[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 新的debian mirror



> From: "Tommy Wu" <newsletter@teatime.com.tw>
> >
> >   rsync server 我抓过 ftp.debian.org, ftp.kernel.org.
> >   ftp.debian.org 不太好连... 常常超过人数, 后来的速度也时快时慢....
> >   ftp.kernel.org 速度很快, 没什么限制, 不过前一阵子硬体好像有问题,
> 常常连
> 不上,
> >                        后来就没再使用了...
> >   ftp.de.debian.org 是我测了几个 server 中速度还可以的, 目前都由这儿抓.
> >
> > --

谢谢!我过年测了一下, ftp.de.debian.org 确实是比较快些,
不过我还是要十几个小时说。

下面是我的 rsync 的选项,是否能帮我看一下有什么多馀的东西?

	#!/bin/bash
	#
	#RSYNC_HOST=ftp.debian.org
	RSYNC_HOST=ftp.de.debian.org
	#RSYNC_HOST=download.sourceforge.net
	#RSYNC_HOST=www.planetmirror.com
	#RSYNC_HOST=ftp.jp.debian.org
	#RSYNC_HOST=non-us.debian.org
	#RSYNC_HOST=ftp.au.debian.org
	#
	REMOTE_DIR=debian/
	#
	LOCALE_DIR=/pub/mirror/debian
	#
	rsync \
	    --verbose  --progress --stats \
		--archive \  -->  这是参照您的选项加上的,我本来没有
		--rsh=ssh \
	    --recursive --partial --links --force \
	    --delete --delete-excluded \
	    --exclude-from=excluded.text \
	--timeout=600 \
	$RSYNC_HOST::$REMOTE_DIR $LOCALE_DIR

excluded 的档比较长,因为我没有去整理它, sorry!
	#excluded pattern fot debian
	#
	#**alpha**
	#**hppa**
	#**ia64**
	#**m68k**
	#**mips**
	#**mipsel**
	#**powerpc**
	#**s390**
	#**sparc**
	#
	#old distribution
	#
	#**slink**
	#
	#other
	#
	*alpha.deb
	#*arm.deb
	*m68k.deb
	*hppa.deb
	#*hurd-i386.deb
	*ia64.deb
	*powerpc.deb
	*mips.deb
	*mipsel.deb
	*s360.deb
	#*sh.deb
	*sparc.deb
	/Debian-1.3*
	binary-alpha/
	#binary-arm/
	binary-m68k/
	binary-powerpc/
	binary-hppa/
	#binary-hurd-i386/
	binary-ia64/
	binary-mips/
	binary-mipsel/
	binary-s390/
	#binary-sh/
	binary-sparc/
	disks-alpha/
	#disks-arm/
	disks-m68k/
	disks-powerpc/
	disks-hppa/
	#disks-hurd-i386/
	disks-ia64/
	disks-mips/
	disks-mipsel/
	disks-s390/
	#disks-sh/
	disks-sparc/
	#*-arm.gz
	*-alpha.gz
	*-m68k.gz
	*-hppa.gz
	*-powerpc.gz
	#*-hurd-i386.gz
	*-ia64.gz
	*-mpis.gz
	*-mpisel.gz
	*-s390.gz
	*-sparc.gz
	#*-sh.gz
	#local/
	#stable/
	slink-proposed-updates/
	slink/
	#bo/
	#bo-unstable/
	#bo-updates/

-- 
To UNSUBSCRIBE, email to debian-chinese-big5-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

-- 
| This message was re-posted from debian-chinese-big5@lists.debian.org
| and converted from big5 to gb2312 by an automatic gateway.



Reply to: