tuna / issues

Code Unrelated Issues
362 stars 28 forks source link

DELL 镜像 #80

Closed ym closed 4 years ago

ym commented 8 years ago

项目名称与简介(Project Intro.)

DELL 服务器固件

上游地址与镜像方法(How to Mirror)

http://linux.dell.com/repo/hardware/dsu/ rsync://linux.dell.com/repo

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}/

其他信息(Other)

bigeagle commented 8 years ago

竟然这么大!不过话说 dell 的管理工具这里面也包括吗?

ym commented 8 years ago

包括的,我去掉过期的版本大概跑了 114G ...

bigeagle commented 8 years ago

可以提供一下你的 exclude 方案吗?

ym commented 8 years ago
#!/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}/
bigeagle commented 8 years ago

感谢

bigeagle commented 8 years ago

完成~

z4yx commented 4 years ago

该仓库应该不属于开源软件,且用户较少(#725),现在上游已经关闭rsync。我们考虑一段时间后删除本仓库。

z4yx commented 4 years ago

已关闭