Tip when sharing your datasets...

Hi,
Added a new command to my script when creating a new pool/data set:
might come in handy for those who used to rely on Apple's Server.app (but now Server.app has dropped file sharing
)
(as always, craft to your own needs/risk)
Added a new command to my script when creating a new pool/data set:
- Code: Select all
sudo chmod -RN; sudo chmod -R +a "admin allow list,add_file,add_subdirectory,delete_child,read,readattr,readextattr,readsecurity,search,delete,append,write,writeattr,writeextattr,chown" $pool
might come in handy for those who used to rely on Apple's Server.app (but now Server.app has dropped file sharing

(as always, craft to your own needs/risk)