This repository was archived by the owner on Mar 26, 2025. It is now read-only.
Replies: 1 comment
-
|
juicesync 默认使用 20 个线程来拷贝数据,估计相比 rsync 的单线程会有一定的性能提升。 左边部分是进度条,= 表示没有变化的比例,+ 表示新拷贝的比例, 空格表示发现了但是尚未拷贝的文件数。右边的数字依次是 发现的总文件数、当前已经完成的比例(包括不需要拷贝的)、每秒钟拷贝的文件数、每秒钟拷贝的数据量。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
具体使用场景是将大量小文件从一个磁盘 sync到另外一个磁盘。
不知道使用juicesync 相对于rsync 会有提速吗?
使用rsync时明显没有将磁盘的读取、写入带宽用满。
另外可以解释下在sync时,terminal上显示的信息具体代表什么含义吗?

Beta Was this translation helpful? Give feedback.
All reactions