Create, upload, and share
Find help to solve issues with creating, uploading, and sharing files and folders in Dropbox. Get support and advice from the Dropbox Community.
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 the default path: /User/<username>/Desktop
I already formatted the computer, unlinked my Dropbox account from all other computers and it still doesn't work.
2. Even unlinking everything, he insists on creating weird names for the backup. Now it created "Mac (3) (1)", since you already had "Mac (2), etc... is there a way to RESET this, so that it goes back to being just "Mac"? Remembering: I unlinked all accounts, deleted all the backups and formatted the computer and it doesn't work!
It's freaking annoying.
Thanks in advance!
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.
Now, after formatting again, Backup is "Mac (3) (1) (2) (1) (1)" !!!!
I don't think it's related with my notebook (MacBook Air M1) but with my Dropbox account... is there any Dropbox Staff here or anyone can tell me the official channel to handle this situation?
Thanks!
Hi @drluk, and thanks for posting on our forum!
As per the first issue that you mention, did you receive any type of error while backing up your folders to Dropbox? Anything at all that could suggest the backup wasn't completed?
Also, if you check these folders, do you see any kind of syncing icons next to them?
Finally, did you attempt to manually remove these numbers from the name of your device and you’re unable to do so?
Keep me posted.
Nancy
Community Moderator @ Dropbox
dropbox.com/support
Did this post help you? If so, give it a Like below to let us know.
Need help with something else? Ask me a question!
Find Tips & Tricks Discover more ways to use Dropbox here!
Interested in Community Groups? Click here to join!
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.
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!