回答:
デーモンを管理するためのDropboxスクリプトをダウンロードする必要があるようです。Dropbox Webサイトの手順
wget -O ~/dropbox.py https://www.dropbox.com/download?dl=packages/dropbox.py
chmod a+x ~/dropbox.py
~/dropbox.py status
ドロップボックススクリプトへのシンボリックリンクを作成することもできるため、~/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
~/.dropbox-dist/dropbox
)が、これは唯一のデーモンを起動します。引数は取りません。