Start 2025 on time and up to date! Seamlessly integrate your calendars into Dropbox with these simple steps! 📆

Forum Discussion

drluk's avatar
drluk
Helpful | Level 6
3 years ago
Solved

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
    3 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.