有什么办法可以查看整体 Ubuntu One 同步进度吗?

有什么办法可以查看整体 Ubuntu One 同步进度吗?

我很惊讶地发现 U1 客户端只显示“文件同步正在进行中”。

我可以看到当前的传输和仍需传输的文件(在一个不具信息性的平面列表中),

u1sdtool --current-transfers

u1sdtool --waiting

但这些都没有给出基于当前传输速度的完成百分比或时间估计。我似乎记得这个功能在 U1 客户端的早期版本中就存在了。

答案1

您可以安装 Ubuntu One Indicator Applet。只需运行:

sudo add-apt-repository ppa:rye/ubuntuone-extras
sudo apt-get update && sudo apt-get install indicator-ubuntuone
/usr/lib/indicator-ubuntuone/indicator-ubuntuone 

也可以看看:http://ubuntuforums.org/showthread.php?t=2042684

这对我来说效果不太好,但也许对你有用。

答案2

我们将使用以下命令找到“缩减后的大小”和“写入的字节数”

u1sdtool --current-transfers

然后,您就可以计算百分比。

相关内容