利用rsync同步CentOS源到本地 2023-04-29 未分类zhagang 先去https://centos.org/download/mirrors/网站查找到一个支持rsync且距离较近的镜像源。 用下面的命令将需要的目录同步到本地 rsync -avSHP --delete rsync://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/updates/x86_64/ ./updates/x86_64/