Default policy for selective sync for files
- Dominant language
- C++
- Stars
- 3.9k
- Forks
- 1k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 123
Description
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you want to have the same feature implemented.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.
### Feature description
As the client works today, if I'd like to sync folder `a/b/c` all the files that live in `/`, `/a/` and `/a/b/` are synced as well.
This can lead to confusion for the user and also unintended local storage capacity usage.
I'd suggest that by default the system shouldn't sync any files that live in levels above of the one selected by the user for sync.
Contributor guide
Assessment
This issue has not been assessed yet.