使用rsync同步公网yum源搭建本地yum仓库
rsync -vrt --bwlimit=3000 rsync://mirrors.ustc.edu.cn/centos/7/ /centos/7/
命令自动同步下载中国科学技术大学的centos源,对应地址是http://mirrors.ustc.edu.cn/centos/7/
rsync -vrt rsync://mirror.tuna.tsinghua.edu.cn/centos-vault/7.7.1908/cloud/ /centos/7.7.1908/cloud
使用reposync同步源
reposync -n --repoid=extras6 --repoid=updates6 --repoid=base6 -p /data/website/centos/6
https://www.jianshu.com/p/6c3090968d71
yum命令下载rpm包的命令
yum -y install -c yum.conf --downloadonly --downloaddir=./cache/ createrepo
参考资料
社区源代码仓库:https://opendev.org/starlingx/update
smart代码仓库:https://github.com/smartpm/smart