美文网首页技术日常
linux13~rsync验证默认yes

linux13~rsync验证默认yes

作者: 摹喵居士 | 来源:发表于2017-06-30 17:04 被阅读101次

2017.06.30

使用rsync

  • 默认设置保存认证,选yes
  • files目录放到/home/work/tmp/目录下
  • 限速3000KB
rsync  -azP --bwlimit=3000 -e "ssh  -o PubkeyAuthentication=yes  -o stricthostkeychecking=no" xxx.com:/home/work/files /home/work/tmp/

相关文章

网友评论

    本文标题:linux13~rsync验证默认yes

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