[zfs-discuss] zfs send and recordsize

2008-06-24 Thread Peter Boros
ystem attributes (for example atime) are reverted to defaults too. Okay, I can set these later, but I can't set the recordsize for existing files. Are there any solutions for this problem? This is the case on Solaris 10u5 and on Nevada b91 too. __ /_/\

Re: [zfs-discuss] zfs send and recordsize

2008-06-25 Thread Peter Boros
(128k) on the new filesystem. On Jun 25, 2008, at 8:27 AM, James Andrewartha wrote: > Peter Boros wrote: >> I perform a snapshot and a zfs send on a filesystem with a recordsize >> of 16k, and redirect the output to a plain file. Later, I use cat >> sentfs | zfs receive otherpoo

Re: [zfs-discuss] zfs send and recordsize

2008-06-26 Thread Peter Boros
Hi, Is there any way to do this in Solaris 10? For example create an empty zfs filesystem before receiving and then receive the stream without touching the metadata? On Jun 25, 2008, at 2:37 PM, James Andrewartha wrote: > Peter Boros wrote: >> Hi James, >> >> Of