我有Dropbox在Debian服务器上运行。 我希望能够find同步状态 – 就像您右键单击Windows中的保pipe箱图标,例如“下载123个文件”或“所有最新”。
我相信有一种方法,但Google显然不是我的朋友。
PLS。 请注意,我正在谈论的Dropbox的无头服务器安装,而不是更常见的Dropbox + Dropbox-Nautilus设置用于典型的Linux桌面。
看起来你需要下载pipe理守护进程的Dropbox脚本 。 在保pipe箱网站上的说明
wget -O ~/dropbox.py https://www.dropbox.com/download?dl=packages/dropbox.py chmod a+x ~/dropbox.py ~/dropbox.py status
你也可以创build一个符号链接到你的Dropbox脚本,所以你不必input~/dropbox.py来每次运行它。
sudo ln -s ~/dropbox.py /usr/local/bin/dropbox dropbox status
通过安装帮助程序脚本(.deb包的一部分)
$ dropbox help Dropbox command-line interface commands: Note: use dropbox help <command> to view usage for a specific command. status get current status of the dropboxd help provide help puburl get public url of a file in your dropbox stop stop dropboxd running return whether dropbox is running update download latest version of dropbox start start dropboxd filestatus get current sync status of one or more files ls list directory contents with current sync status autostart automatically start dropbox at login exclude ignores/excludes a directory from syncing lansync enables or disables LAN sync $ dropbox status