摘要: # Inofity-tools+Rsync实施复制实战 > ## 一、先准备rsyncd服务环境 > > ``` > 1.快速的部署rsyncd服务端 > #!/bin/bash > yum install rsync -y > > cat > /etc/rsyncd.conf uid = www 阅读全文
posted @ 2023-07-31 20:21 村尚chun叔 阅读(29) 评论(0) 推荐(0) 编辑