Skip to content

Dropbox: Completely ignore folder as with "Selective Sync"? #16277

Closed Answered by dkocher
nobias asked this question in Q&A
Discussion options

You must be logged in to vote

The ~750MB memory usage is expected under regular usage regardless of the number of files to index. You can currently only exclude folders from sync using a hidden configuration option which is a regular expression to match filenames. The default on Windows is

fs.filenames.filter.name.regexp=[\\.]{1,2} .*[<>":\\?\\*\\|\\/\\\\].* \\.file-segments

You can add additional expressions separated by a single whitespace such as

fs.filenames.filter.name.regexp=[\\.]{1,2} .*[<>":\\?\\*\\|\\/\\\\].* \\.file-segments myarchive

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by nobias
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
dropbox Dropbox Protocol Implementation mountainduck Mountain Duck
2 participants