gv74
gv74
Sorry, false alarm. It's a samba issue.
On further investigation, most likely is problem in SMBSync2. As long the user that logon to smb share is the user that own the files on smb share (SAMBA share),...
This is part from SMBSybc2 log: ``` D I 2021/06/17 10:00:55.079 SyncThread deleteSmbItem entered, del=smb://x.x.x.x/dummy-share/dummy-dir/dummy/ M E 2021/06/17 10:00:55.132 SyncThread [dummy-dir]: local ==> SMB: SMB delete error, Access is denied....
If only `force group = xxx` is used, delete also works.
Hi. Like I said, I can delete the very same files from windows using the same user and password. There is nothing wrong with access rights on the SMB share....
Try this config: ``` [android-backup] path = /opt/android-backup browseable = yes writable = yes printable = no public = no guest only = no guest ok = no ;create mask...
``` $ rpm -q samba samba-4.13.3-3.el8.x86_64 $ cat /etc/redhat-release CentOS Linux release 8.4.2105 ```