> From: Cindy Swearingen [mailto:cindy.swearin...@oracle.com]
>
> Which man page are you referring to?
>
> I see the zfs receive -o syntax in the S11 man page.
Oh ... It's the latest openindiana. So I suppose it must be a new feature
post-rev-28 in the non-open branch...
But it's no big deal
Hi Ned,
Which man page are you referring to?
I see the zfs receive -o syntax in the S11 man page.
The bottom line is that not all properties can be set on the
receiving side and the syntax is one property setting per -o
option.
See below for several examples.
Thanks,
Cindy
I don't think ver
> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss-
> boun...@opensolaris.org] On Behalf Of Edward Ned Harvey
>
> zfs send foo/bar@42 | zfs receive -o compression=on,sync=disabled biz/baz
>
> I have not yet tried this syntax. Because you mentioned it, I looked for it
> in
> the man
> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss-
> boun...@opensolaris.org] On Behalf Of Edward Ned Harvey
>
> zfs send foo/bar@42 | zfs receive -o compression=on,sync=disabled biz/baz
>
> I have not yet tried this syntax. Because you mentioned it, I looked for it
> in
> the man
> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss-
> boun...@opensolaris.org] On Behalf Of bob netherton
>
> You can, with recv, override any property in the sending stream that can
> be
> set from the command line (ie, a writable).
>
> # zfs send repo/support@cpu-0412 | zfs recv