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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
