I am trying to set up the ACL for a SAMBA Share on BlueFin
On the dataset I changed the owner from ROOT to ADMIN
When I try to rsync to this share from a Centos 7 machine, I get this permissions error:
My thought is that I need to create a Share ACL:
I have read that BlueFin has some WebGui issues, I have not found any howto examples to manage SMB shares via the CLI
This is my first crack at TrueNas Scale Bluefin
I read through the docs but did not see anything that seemed to address my issue
Any guidance is much appreciated!
On the dataset I changed the owner from ROOT to ADMIN
When I try to rsync to this share from a Centos 7 machine, I get this permissions error:
Code:
[root@CENT0S7 Backup]# rsync -a /var/opt/data/Backup john@172.27.84.97:Backup john@172.27.84.97's password: rsync: [Receiver] mkdir "/mnt/Data/Backup/Backup" failed: Permission denied (13)
My thought is that I need to create a Share ACL:
I have read that BlueFin has some WebGui issues, I have not found any howto examples to manage SMB shares via the CLI
This is my first crack at TrueNas Scale Bluefin
I read through the docs but did not see anything that seemed to address my issue
Any guidance is much appreciated!