Displaying 1 result from an estimated 1 matches for "rashntceo".
2023 Jan 12
2
Fwd: Can Samba just store ACL information (without interpreting it) without AD?
...king
and any hint is appreciated!
I have another backup target, some QNAP NAS system (I assume it is
using Samba as well). This also does not support storing ACL security
information, but it behaves differently. A script copies data with
robocopy and the following options:
/E /COPY:DAT /PURGE /IA:RASHNTCEO /X /R:0 /W:0 /NP /TEE /FFT %ZPAR%
/LOG+:%log%
When I do the same to my Samba, I get a lot of "ERROR 5 (0x00000005)
Changing File Attributes" errors.
I run Samba on ZFS on Linux in a container, Proxmox based. xattrs seem to work:
root at nas2:/mp0/storage/backup# touch userattr
root at...