会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
可口_可乐
博客园
首页
新随笔
联系
订阅
管理
2020年5月8日
harbar镜像同步
摘要: 一、做好镜像文件 1、编辑脚本 pull.sh #!/bin/bash if [ $# -ne 1 ];then echo "Usage:$0 filename" exit 1 fi file=$1 if [ ! -f $file ];then echo "the $file is not a fi
阅读全文
posted @ 2020-05-08 18:37 可口_可乐
阅读(611)
评论(0)
推荐(0)
编辑