rsync传输限速指定ssh端口

指定ssh非22端口并限速

rsync -avz -e 'ssh -p 10000' --bwlimit=3072  mysql_backup_20180410.tar.gz  192.168.56.100:/data

报错提示:

bash: rsync: command not found
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: remote command not found (code 127) at io.c(226) [sender=3.1.1]

原因:
远端服务器没有安装rsync命令,使用rsync需要两端都安装rsync命令才行

相关推荐: WordPress 使用 Redis 缓存

给 WordPress 博客换了一个缓存插件 —— WP Redis,使用 Redis 缓存给博客提高速度和性能,之前用的插件 WP Super Cache 是基于文件缓存的,虽然也很不错,但是用 Redis 应该是更好的选择。 体验地址:https://bl…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享