Re: [zfs-discuss] core dump on zfs receive

2009-06-27 Thread Charles Hedrick
I'd like to maintain a backup of the main pool on an external drive. Can you suggest a way to do that? I was hoping to do zfs send | zfs receive and then do that with incrementals. It seems that this isn't going to work. How do people actually back up ZFS-based systems? -- This message posted

[zfs-discuss] core dump on zfs receive

2009-06-22 Thread Charles Hedrick
I'm trying to do a simple backup. I did zfs snapshot -r rp...@snapshot zfs send -R rp...@snapshot | zfs receive -Fud external/rpool zfs snapshot -r rp...@snapshot2 zfs send -RI rp...@snapshot1 rp...@snapshot2 | zfs receive -d external/rpool The receive coredumps $c

Re: [zfs-discuss] core dump on zfs receive

2009-06-22 Thread Lori Alt
This is probably 6696858. The fix is known, but I don't know when it's expected to become available. I have asked the CR's responsible engineer to update it with when the fix is expected. Lori On 06/22/09 14:03, Charles Hedrick wrote: I'm trying to do a simple backup. I did zfs snapshot