Hello everyone
I would like to create a group with group folders, lets say:
folder 1
folder 2
Those folders should be shared with anyone in the group. So far it’s pretty easy and running.
Further I would like to restrict the folders of each group member on the server to those group folders. I did that by setting the quota for the group members to 0 B.
And last I would like the group members to be able to create further folders and files on their local machines that are not synced with the rest of the group. Basically, that Nextcloud ignores any folder and files a member of the group creates on his machine, lets say for member A:
folder 1 (syncronized)
folder 2 (syncronized)
folder 3 (not syncronized by default)
file 1 (not syncronized by default)
Is that somehow possible? Thanks for any hints and suggestions.