Sunday, May 12, 2024
 Popular · Latest · Hot · Upcoming
13
rated 0 times [  13] [ 0]  / answers: 1 / hits: 15500  / 1 Year ago, mon, january 16, 2023, 6:13:42

I installed Dropbox using following commands



cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86" | tar xzf -


Then I ran the demon with this command:



~/.dropbox-dist/dropboxd


Now I want to sync my Dropbox data with the /var/www local directory.

Is it possible?


More From » sync

 Answers
5

Dropbox currently does not support syncing folders outside the Dropbox folder, according to their web site.


However you can achieve this by creating a symbolic link between the Dropbox folder and the other folder you want sync, using this command:


sudo ln -s ~/Dropbox  **/path/to/another/folder**

So when you go inside /path/to/another/folder, you will be taken into ~/Dropbox

Make sure the other folder is accessible after linking.


[#27661] Tuesday, January 17, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ingssex

Total Points: 21
Total Questions: 122
Total Answers: 98

Location: Sweden
Member since Fri, Mar 26, 2021
3 Years ago
ingssex questions
;