別のユーザーがこの質問をした後:Linuxサーバー上のDropbox-フォルダーを含める/除外する方法?
他の質問と回答にリストされているいくつかのステップを実行した後、私のアイコンはまだ動作しません:
- /ubuntu/358913/no-dropbox-icon-in-the-indicator-panel
- /ubuntu/182567/dropbox-icon-in-tray-is-missing
編集:この投稿を読んでいるときに誰かが疑問に思った場合、これらのリンクをたどることでアイコンを最終的に表示することができました:
- https://www.reddit.com/r/elementaryos/comments/2ufjsy/dropbox_icon_is_not_visible/
- https://github.com/nathandyer/elementary-dropbox-mods
この質問は、コマンドラインからこれを実行したいすべての人に有効です。
除外するための回答がありましたが、含めるための回答はありませんでした。これを達成する方法はありますか?
前のコマンドがdropbox
コマンドのヘルプテキストにリストされていますが、含めるのに役立つものは何もありません。
誰もこれを達成する方法を知っていますか?
ここに私が見る現在のヘルプテキストがあります:
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
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の公式ヘルプドキュメントをいくつか見つけましたが、奇妙なことに、ファイルを除外するだけで、現在同期されていないDropboxフォルダーのファイルは含まれていません。
参照:github.com/gayanW/dotfiles/blob/master/...
—
Gayan Weerakutti