Rsync 挂起。为什么?

Rsync 挂起。为什么?

我尝试将一些文件从我的 Ubuntu rsync 到具有 padavan 固件的小米迷你路由器

rsync -vvv --rsync-path="/opt/bin/rsync" ~/somefile root@router:/etc/storage/dnsmasq/

但它挂了,给了我以下信息:

opening connection using: ssh -l root router /opt/bin/rsync --server -vvve.Ls . /etc/storage/dnsmasq/  (9 args)
[sender] make_file(somefile,*,0)
send_file_list done
send_files starting
server_recv(2) starting pid=633
recv_file_name(somefile)
received 1 names
recv_file_list done
get_local_name count=1 /etc/storage/dnsmasq/

本地:rsync 版本 3.1.0 协议版本 31

远程:rsync 版本 3.1.2 协议版本 31

相关内容