Post a Comment
apt-mirror takes care of repository consistency while mirroring. This may be important or not depending on your needs.
Debian repository contains data (packages) and metadata (ex. what packages are available). If you mirror metadata first, APT will try to download packages not yet mirrored and fail.
For other benefits, why don't you look at apt-mirror's homepage yourself.
Another nice alternative if your only goal is improve speed and reduce bandwidth is to not build a whole mirror, but simply use a caching HTTP proxy. Apt will run across HTTP, and Squid takes almost no time to set up.
I have used this for an install party with a line not really big enough for everyone.
Indeed and there are even apt-get specific proxies which can be used.
"approx" and "apt-proxy". The latter of which I wrote about here:
http://www.debian-administration.org/articles/338
Steve
You can save much more bandwith with lzma compressed debian packages (instead of gzip), here's the details:
http://www.linuks.mine.nu/sizematters/
Well who runs such a mirror? I do, for sid and i386 main. How does it work? Just put this line in /etc/sources.list and run apt-get update:
deb http://gnu.ethz.ch/debian-lzma/ sid main






