0

我正在尝试使用来自窗口服务器的 rsync 来提高 ubuntu 本地 pc 的下载速度。

ubuntu(客户端):18.04 使用 rsync Windows(服务器):windows10,使用 cwRsyncServer 4.1.0

在ubuntu中,我尝试像这样在Windows服务器上下载文件夹

$ rsync -avh --numeric-ids --progress {server_path} {local_path}"

[INFO|test.py:34] 2021-10-06 14:06:41,080 > rsync -avh --numeric-ids --progress {server_path}  {local_path}
receiving incremental file list
version.h
         30 100%   29.30kB/s    0:00:00 (xfr#1, to-chk=0/1)

sent 46 bytes  received 134 bytes  40.00 bytes/sec
total size is 30  speedup is 0.17

[INFO|test.py:46] 2021-10-06 14:06:45,710 > v.2.2.2

如上所述发送rsync命令后,几秒钟后,出现“接收增量文件列表”这句话并下载。下载本身很快,但完成命令总是需要大约 4.7 秒。

另外,我尝试添加“--no-inc-recursive”选项。但是只有“接收增量文件列表”这句话消失了,结果是一样的。

有什么办法可以提高处理速度??

4

0 回答 0