Execute the following command to install
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
Execute the following command to start the Dropbox daemon
~/.dropbox-dist/dropboxd
If you put the file in the created ~ / Dropbox, it will be synchronized. If the above program is terminated, it will not be automatically synchronized, so it is necessary to execute the following program.
Download "Python script" from the bottom of the official website (URL below) https://www.dropbox.com/install-linux
Run the downloaded python program
python3 dropbox.py start
This will automatically sync. ** Note that python2 cannot be executed as it is. ** **
Recommended Posts