How to Install Dropbox on a Raspberry Pi

How to Install Dropbox on a Raspberry Pi

By admin ·
1

What you’ll need

2

Installing rclone

sudo apt update && sudo apt upgrade

won’tcurl https://rclone.org/install.sh | sudo bash

https://rclone.org/install.sh > install.sh
3

Configuring rclone

remoterclone configndropbox

10

client_idclient_secretEnterif your Pi has a screenIf your Pi is running headlessnotrclone’s download pagerclone authorize "dropbox"dropbox

yq
4

Installing rclonesync

rclonesyncsudo curl https://raw.githubusercontent.com/cjnaz/rclonesync-V2/master/rclonesync --output /usr/local/bin/rclonesync && sudo chmod +x /usr/local/bin/rclonesyncmkdir ~/.rclonesyncwdsudo curl https://raw.githubusercontent.com/cjnaz/rclonesync-V2/master/rclonesync --output /usr/local/bin/rclonesync/usr/local/bincatnano

5

Configuring rclonesync

MyStuffdropbox

mkdir ~/dropbox~rclonesync --first-sync dropbox:/Mystuff ~/dropboxdropbox

–first-syncrclonesync dropbox:/Mystuff ~/dropbox–verbose
6

Automating the sync process

rclonesyncCronCronCrontabnano

* * * * * /usr/local/bin/rclonesync dropbox:/MyStuff/ ~/dropbox/Ctrl + XYEnter

7

Next Steps