-
Notifications
You must be signed in to change notification settings - Fork 663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent: Same default sync folder for multiple accounts #11204
Comments
We could use xattr and ntfs streams to "claim" a folder, if neither is supported for the folder we ignore it. |
Tested on : Server:
cc: @erikjv |
Steps to reproduce:
Both accounts use the same syncroot and differentiate the directory names inside that syncroot:
root/Personal
root/Personal (1)
Expectations:
The client prevents the user from using the same syncroot directory, instead offering a different syncroot:
root/Personal
root (1)/Personal
The text was updated successfully, but these errors were encountered: