Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2017 10:57:39 +0200
From:      Marco Mayer <marco.mayer@gmail.com>
To:        freebsd-doc@freebsd.org
Subject:   Something missing on https://www.freebsd.org/doc/handbook/zfs-zfs.html
Message-ID:  <CAMX_d2BoDZRvkzUbK=UGqscBonHX=sFddkFV2wooTq1Uh3Oxbw@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMX_d2BoDZRvkzUbK=UGqscBonHX=sFddkFV2wooTq1Uh3Oxbw>