You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

drluk's avatar
drluk
Helpful | Level 6
2 years ago

Dropbox Backup Problems

I am facing two issues with the Dropbox Backup tool:   1. The Desktop, Downloads, and Documents directories are not moving to Dropbox, like: /User/Desktop/<computer_name>/Desktop. They continue in ...
  • drluk's avatar
    drluk
    2 years ago

    Hi,

     

    Thanks for answering.

     

    1. No error or issues.

    2. No sync icon.

    3. It's not allowed to rename backups (Dropbox Staff told me at support's chat).

     

    I think Dropbox Backup is not solid (it's Beta) and errors can occur.

     

    I stopped to use it and now I'm manually creating symlinks to Desktop, Documents e Downloads folders. I created a folder called "Mac" inside Drobox folder and then create the three folders.

     

    Then, via Terminal:

     

    DIR=Desktop && sudo rm -rf /Users/<username>/${DIR} && ln -s /Users/<username>/Dropbox/Mac/${DIR} ${DIR}

     

    After that, I hide the Mac folder, via Terminal:

     

    chflags hidden /Users/<username>/Dropbox/Mac

     

    Problem solved without use Dropbox Backup.