同步中科大镜像站

同步中科大镜像站

同步中科大镜像站

同步中科大镜像站

同步中科大镜像站

# 安装rsync同步工具
[root@qls nginx2]# yum install -y rsync

# 同步
rsync -avzP rsync://rsync.mirrors.ustc.edu.cn/repo/centos ./
rsync -avzP rsync://rsync.mirrors.ustc.edu.cn/repo/nginx ./
rsync -avzP rsync://rsync.mirrors.ustc.edu.cn/repo/epel ./

# 拉全部
rsync -avzP rsync://rsync.mirrors.ustc.edu.cn/repo/ ./
上一篇:mac系统cargo安装rust包慢(换镜像)


下一篇:Rust 序章