Updated Manual (markdown)

DatuX
2023-10-16 11:14:47 +02:00
parent 6bf42acf03
commit 0ccbaf1484

@ -198,6 +198,8 @@ On the receiving side, you will need the compression, mountpoint, create, mount,
root@target:~# zfs allow -u remoteuser compression,mountpoint,create,mount,receive,rollback,destroy tank/backups/rpool root@target:~# zfs allow -u remoteuser compression,mountpoint,create,mount,receive,rollback,destroy tank/backups/rpool
``` ```
Depending on your use-case, you can always try to restrict these permissions further.
### /dev/zfs permissions ### /dev/zfs permissions
On some distributions, you will need to change the permissions of /dev/zfs, so that regular users can write to it. This is safe, since the zfs kernel module handles access restrictions internally. (via zfs allow etc) On some distributions, you will need to change the permissions of /dev/zfs, so that regular users can write to it. This is safe, since the zfs kernel module handles access restrictions internally. (via zfs allow etc)