Skip to content
Discussion options

You must be logged in to vote

@lennartjakob

Your description suggests a misunderstanding of how the client operates, particularly with respect to sync_list.

The OneDrive Client for Linux performs client-side filtering, not server-side filtering. This means the client must still enumerate the entire remote directory structure to determine what exists, and then it applies the sync_list rules locally to decide what should actually be downloaded or ignored. In other words, sync_list does not reduce what the Microsoft API returns, it only controls what the client processes locally.

Because of this design, the initial scan or a --resync will still require a full online enumeration regardless of your sync_list configuration.

R…

Replies: 3 comments 2 replies

Comment options

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

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@abraunegg
Comment options

@lennartjakob
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants