I've done some research with a new created "Test" share.
Disabling "Inherit ACLs" and "Inherit permissions" leads to the same behavior in Windows Explorer and Freecommander file sync. The file creation is correct, with default mask 664, now.
After this, i put extra options to the SMB/CIFS share configuration:
create mask = 0774
force create mode = 0774
This seams to work, too.
Only thing is, that i get double entries in smb.conf:
......
[Test]
path = /srv/dev-disk-by-uuid-3baec89d-45b8-4b3c-bbf6-f0d2783c861d/Test/
guest ok = no
guest only = no
read only = no
browseable = yes
inherit acls = no
inherit permissions = no
ea support = no
store dos attributes = no
shadow:mountpoint = /srv/dev-disk-by-uuid-3baec89d-45b8-4b3c-bbf6-f0d2783c861d/
shadow:snapdir = /srv/dev-disk-by-uuid-3baec89d-45b8-4b3c-bbf6-f0d2783c861d/.snapshots/
shadow:basedir = /srv/dev-disk-by-uuid-3baec89d-45b8-4b3c-bbf6-f0d2783c861d/Test/
shadow:sort = desc
shadow:format = _%Y%m%dT%H%M%S
shadow:delimiter = _
shadow:snapprefix = ^Test\(@hourly\)\{0,1\}\(@daily\)\{0,1\}\(@weekly\)\{0,1\}\(@monthly\)\{0,1\}\(@yearly\)\{0,1\}$
shadow:localtime = no
dfree command = /usr/sbin/omv-btrfs-dfree
dfree cache time = 30
vfs objects = btrfs shadow_copy2
printable = no
create mask = 0664
force create mode = 0664
directory mask = 0775
force directory mode = 0775
hide special files = yes
follow symlinks = yes
hide dot files = no
valid users =
invalid users =
read list =
write list =
create mask = 0774
force create mode = 0774
---------
Does anybody knows a better way, to get rid of the double entries?
Or don't care about this?
Best regards
prtigger