Navigation : Top/Linux/dropbox

dropbox


#author("2022-04-30T01:20:45+09:00","default:mori","mori")
* Install for Linux 2020 [#j0be9840]

+ Step 1
-- www.dropbox.comからubuntu用のdebとdropbox.pyをダウンロード
--- https://www.dropbox.com/install-linux
--- deb fileとdropbox.pyのバージョンが合っている必要がる.
+ Step 2
-- 以下を実行して,インストール
--- chmod a+x ~dropbox.py
--- ./drobpox.py start -i
-- web browserが勝手に立ち上がり,認証される.
--- 認証完了
-- 注意:step2は,firewall内だとdropboix.pyによるCLIでないと不可
+ Step 3
-- 動作チェック dropbox start
- Step 4
-- auto start
-- dropbox autostart

** Trouble shooting [#j570605f]
- 同期しない場合
-- .dropbox-dist, .dropbox を削除
-- Step 2からやり直す
- 同期しない場合2
-- フォルダーの数をチェック
--- find Dropbox -type d | wc -l
--- 10000を超えていると同期しない場合がある
-- rootで以下のコマンドを実行
--- echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf; sudo sysctl -p


** ちょっと前のバージョン [#b1162838]

+ Step 1
-- www.dropbox.comからubuntu用のdebとdropbox.pyをダウンロード
-- ubuntu softwareでインストール
+ Step 2
-- 以下を実行
--- chmod a+x ~dropbox.py
--- ./drobpox.py start
-- 以下が表示される
  To link this computer to a dropbox account, visit the following url:
  https://www.dropbox.com/cli_link?host_id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx&cl=ja
-- web browserにカットアンドペースト
--- 認証完了
-- 注意:step2は,GUIでもセットアップできるが,firewall内だとdropboix.pyによるCLIでないと不可
+ Step 3
-- 動作チェック dropbox start
- auto start
-- dropbox autostart