reposync 同步源 —— 筑梦之路
同步yum源
#安装包
yum install yum-utils -y
#创建本地目录
mkdir /data/repo
#同步指定repoid的yum源
reposync -n --repoid=base --repoid=epel --repoid=extras --repoid=updates -p /data/repo
常用命令参数
选项 含义
-c [file] 指定配置文件运行(默认配置文件是 /etc/yum.conf )
-q 静谧运行
-v 显示详细操作
-h 获取帮助
-b 尝试使用最佳的软件包版本
-C 只从系统缓存中运行,不更新缓存
-R [min] 最大命令等待时间
-y 所有回答都是 yes
-x [package] 排除哪些包
-n repoid=[] 只下载最新的包,相同的跳过
-p 指定下载路径
--delete 删除已不在仓库中的本地软件包
#其他常用
#同步整个源到目录
reposync -p /data/repo
#更新同步过的源
reposync -n --repoid=base
共有 0 条评论