Re: [zfs-discuss] zfs receive and setting properties like compression

2007-04-23 Thread Mark J Musante
On Mon, 23 Apr 2007, Eric Schrock wrote: > On Mon, Apr 23, 2007 at 11:48:53AM -0700, Lyle Merdan wrote: > > So If I send a snapshot of a filesystem to a receive command like this: > > zfs send tank/[EMAIL PROTECTED] | zfs receive backup/jump > > > > In order to get compression turned on, am I corr

Re: [zfs-discuss] zfs receive and setting properties like compression

2007-04-23 Thread Mark J Musante
On Mon, 23 Apr 2007, Lyle Merdan wrote: > So If I send a snapshot of a filesystem to a receive command like this: > zfs send tank/[EMAIL PROTECTED] | zfs receive backup/jump > > In order to get compression turned on, am I correct in my thought that I > need to start the send/receive and then in a

Re: [zfs-discuss] zfs receive and setting properties like compression

2007-04-23 Thread Eric Schrock
On Mon, Apr 23, 2007 at 11:48:53AM -0700, Lyle Merdan wrote: > So If I send a snapshot of a filesystem to a receive command like this: > zfs send tank/[EMAIL PROTECTED] | zfs receive backup/jump > > In order to get compression turned on, am I correct in my thought that > I need to start the send/r

[zfs-discuss] zfs receive and setting properties like compression

2007-04-23 Thread Lyle Merdan
So If I send a snapshot of a filesystem to a receive command like this: zfs send tank/[EMAIL PROTECTED] | zfs receive backup/jump In order to get compression turned on, am I correct in my thought that I need to start the send/receive and then in a separate window set the compression property? O