Closed ym closed 4 years ago
竟然这么大!不过话说 dell 的管理工具这里面也包括吗?
包括的,我去掉过期的版本大概跑了 114G ...
可以提供一下你的 exclude 方案吗?
#!/bin/sh
SYNC_DIR=/data/mirror/storage/dell
SYNC_BASE=rsync://linux.dell.com/repo
RSYNC_PROXY=172.23.234.65:3128 \
rsync $RSYNC_OPTS \
`# Coummunity contributed packages` \
--exclude "community/.git" \
--exclude "community/.ubuntu.old" \
--exclude "community/deb" \
`# Old Packages` \
--exclude "software" \
--exclude "hardware/OMSA_*" \
--exclude "hardware/DSU_15.*" \
--exclude "hardware/Linux_Repository_*" \
--exclude "hardware/DCIA" \
--exclude "hardware/dsu_quarterly" \
--exclude "hardware/20*_Q*" \
${SYNC_BASE}/ ${SYNC_DIR}/
感谢
完成~
该仓库应该不属于开源软件,且用户较少(#725),现在上游已经关闭rsync。我们考虑一段时间后删除本仓库。
已关闭
项目名称与简介(Project Intro.)
DELL 服务器固件
上游地址与镜像方法(How to Mirror)
http://linux.dell.com/repo/hardware/dsu/ rsync://linux.dell.com/repo
其他信息(Other)