我最欣赏的一个新功能,就是支持 web 非标端口的 apt 软件源镜像。
比如说,铜豌豆 apt 软件源,默认是使用的 60000 端口, 原来的 apt-mirror 就不支持。
当然还有很多其它改进:
- Repositories without MD5 hashsums are correctly mirrored
- Old index files are properly cleaned and don't produces errors in mirror
processing
- Standard source.list [ arch=arch1,arch2 ] can be used to specify multiple
repository architectures for mirroring
- multiple codenames (or flat folders) can be specified using comma as
delimiter
- mirror_path URL PATH option may be used to specify PATH to use for saving
mirror files instead of path that is generated from URL
- Additional configuration is loaded from the *.list files in the directory
named same as configfile with the .d suffix. Eg /etc/apt/mirror.list.d/*.list.
- Rate limit is enforced for overall download rate
- Slow download rate protection is enabled by default and can be configured
via mirror.list
- Non-zero exit code is returned if some of required files were not downloaded
due to network or server errors or no repositories were configured
- HTTP user agent can be configured via user_agent configuration
- Configuration variables are exposed to postmirror_script
- by-hash list option can be used to control whether Acquire-By-Hash Release
option should be respected or enforced
- mirror wipe protection is available and configurable via wipe_size_ratio and
wipe_count_ratio settings
- per-repository log files are available in the var_path folder
- dists folder is almost atomicaly replaced using move instead of copy/link
- native Prometheus metrics are supported
【 在 oicu 的大作中提到: 】
: apt-mirror2 比 apt-mirror 有什么改进?
--
FROM 112.96.229.*