dropbox interface

Jan 7, 09:12 AM

to install:

wget -O ~/bin/dropbox.py “http://www.dropbox.com/download?dl=packages/dropbox.py”

~/bin/dropbox.py exclude add \ /root/Drobox/“Camera Uploads” \ /root/Dropbox/non-shared-backup \ /root/Dropbox/Photos ;

~/bin/dropbox.py exclude list

put this command into /etc/rc.local to run at boot-time:

~/bin/dropbox.py start -i ; ##when run at command line, this command ## will give a URL to enter password in browser

to stop:
~/bin/dropbox.py stop ;

status:

~/bin/dropbox.py status ;

to set up dropbox interface on the interserver.net

1) yum install dropbox ;

2) dropbox start -i & ## to start up initially, after this it should be auto-started

3) /bin/dropbox.py status ; ## to make sure its started!

to exclude some folders:

/bin/dropbox.py exclude list ;
/bin/dropbox.py exclude add ./Dropbox/Photos ;

not working!

/bin/dropboxdir.py —setfolder=/usr/local/backup

Mark Edwards

,

---

Commenting is closed for this article.

---