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.
Hello,
I have dropbox account, which is syncing with linux server. The problem is that i cannot exclude folder with username.
For example I have folder A, B and USERNAME. The username folder is created by dropbox and I don't have to remove it. I can exclude folder A and/or B, but username is syncing always, despite i exclude it.
How can I delete or exclude folder?
@Vincent B.10 wrote:
... This would be really handy though, to be able to do something like:
exclude add “user name/*”
Hm..🤔 and what about following:
find "user name" -mindepth 1 -maxdepth 1 -type d -exec dropbox exclude add {} +
Isn't it handy enough? 😉
By the way... your shell syntax is wrong and not only Dropbox command cannot work in such a way. In fact you have disabled the wildcard feature. 😜 In such a way you're telling to the application (Dropbox application in particular) to look for star named file/folder (will never succeed, of course - there is no such).
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!