rsync unexplained error (code 129)

假如想象 提交于 2020-01-04 07:17:30

问题


I am trying to rsync the data from one server to another, and approximately ~1.1T of data, but when am doing rsync I am getting following exception in the middle of transfer terminating the process.

rsync error: unexplained error (code 129) at rsync.c(541) [sender=3.0.7]

nohup rsync -r -t -v -o -g -p -c -l -z /source/images/ranker root@xx.xxxx.xxx.xx:/mnt/source/images &

来源:https://stackoverflow.com/questions/15209794/rsync-unexplained-error-code-129

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!