vault backup: 2026-04-24 20:46:45

This commit is contained in:
2026-04-24 20:46:45 +01:00
parent f3838dc27d
commit e76f96df44
+3
View File
@@ -14,3 +14,6 @@ smb is case insensitive and linux is case sensitive. of the few settings that a
command to setup dataset suitable for smb sharing
`zfs create -o casesensitivity=insensitive -o acltype=posixacl -o xattr=sa -o compression=lz4 poolname/datasetname`
then also set the permissions afterwards
`chgrp sudo /poolname/datasetname chmod 2770 /poolname/datasetname`