Something missing on https://www.freebsd.org/doc/handbook/zfs-zfs.html

Marco Mayer marco.mayer at gmail.com
Fri Jun 16 08:57:40 UTC 2017


On https://www.freebsd.org/doc/handbook/zfs-zfs.html :

It's mentioned that to send ZFS via SSH you need to:

On the sending system:

# zfs allow -u someuser send,snapshot mypool


But that will result in a "cannot hold: permission denied" error.

What's missing is that hold need to be allowed also:

# zfs allow -u some user hold,send,snapshot mypool


Kind Regards

Marco


More information about the freebsd-doc mailing list