美文网首页
rsync同步

rsync同步

作者: w_dll | 来源:发表于2019-07-25 11:21 被阅读0次

172.28.5.51的端口为10022,将本地 /home/test 的文件全部同步到172.28.5.51的home目录下。

rsync -e "ssh -p10022" -avpz --delete /home/test root@172.28.5.51:/home
# --delete:删除那些发送端没有,但接收端有的文件

相关文章

网友评论

      本文标题:rsync同步

      本文链接:https://www.haomeiwen.com/subject/llwcrctx.html