Re: [zfs-discuss] ZFS Send/Receive Question

2010-04-12 Thread Edward Ned Harvey
> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss- > > I am trying to duplicate a filesystem from one zpool to another zpool. > I don't care so much about snapshots on the destination side...I am > more trying to duplicate how RSYNC would copy a filesystem, and then > only copy incre

[zfs-discuss] ZFS Send/Receive Question

2010-04-12 Thread Robert Loper
I am trying to duplicate a filesystem from one zpool to another zpool. I don't care so much about snapshots on the destination side...I am more trying to duplicate how RSYNC would copy a filesystem, and then only copy incrementals from the source side to the destination side in subsequent runs unt

Re: [zfs-discuss] zfs send/receive question

2007-05-06 Thread Matthew Ahrens
Krzys wrote: It does not work, I did try to remove every snap and I ended destroying that pool all together and had to resend it all.. My goal is to use zfs send/receive for backup purposes to big storage system that I have, and keep snaps, I dont care if file system is mounted or not but I wan

Re: [zfs-discuss] zfs send/receive question

2007-04-20 Thread Krzys
It does not work, I did try to remove every snap and I ended destroying that pool all together and had to resend it all.. My goal is to use zfs send/receive for backup purposes to big storage system that I have, and keep snaps, I dont care if file system is mounted or not but I want to have abil

Re: [zfs-discuss] zfs send/receive question

2007-04-20 Thread Constantin Gonzalez
Hi, Krzys wrote: > Ok, so -F option is not in U3, is there any way to replicate file system > and not be able to mount it automatically? so when I do zfs send/receive > it wont be mounted and changes would not be made so that further > replications could be possible? What I did notice was that if

Re: [zfs-discuss] zfs send/receive question

2007-04-20 Thread Krzys
Ok, so -F option is not in U3, is there any way to replicate file system and not be able to mount it automatically? so when I do zfs send/receive it wont be mounted and changes would not be made so that further replications could be possible? What I did notice was that if I am doing zfs send/rec

Re: [zfs-discuss] zfs send/receive question

2007-04-17 Thread Cindy . Swearingen
Chris, This option will be available in the upcoming Solaris 10 release, a few months from now. We'll send out a listing of the new ZFS features around that time. Cindy Krzys wrote: Ah, ok, not a problem, do you know Cindy when next Solaris Update is going to be released by SUN? Yes, I am run

Re: [zfs-discuss] zfs send/receive question

2007-04-16 Thread Shawn Walker
On 16/04/07, Krzys <[EMAIL PROTECTED]> wrote: Ah, ok, not a problem, do you know Cindy when next Solaris Update is going to be released by SUN? Yes, I am running U3 at this moment. Summer is what I last read (July?). -- "Less is only more where more is no good." --Frank Lloyd Wright Shawn Walk

Re: [zfs-discuss] zfs send/receive question

2007-04-16 Thread Krzys
Ah, ok, not a problem, do you know Cindy when next Solaris Update is going to be released by SUN? Yes, I am running U3 at this moment. Regards, Chris On Mon, 16 Apr 2007, [EMAIL PROTECTED] wrote: Chris, Looks like you're not running a Solaris release that contains the zfs receive -F option.

Re: [zfs-discuss] zfs send/receive question

2007-04-16 Thread Cindy . Swearingen
Chris, Looks like you're not running a Solaris release that contains the zfs receive -F option. This option is in current Solaris community release, build 48. http://docs.sun.com/app/docs/doc/817-2271/6mhupg6f1?a=view#gdsup Otherwise, you'll have to wait until an upcoming Solaris 10 release. C

Re: [zfs-discuss] zfs send/receive question

2007-04-16 Thread Krzys
[18:19:00] [EMAIL PROTECTED]: /root > zfs send -i mypool/[EMAIL PROTECTED] mypool/[EMAIL PROTECTED] | zfs receive -F mypool2/[EMAIL PROTECTED] invalid option 'F' usage: receive [-vn] receive [-vn] -d For the property list, run: zfs set|get It does not seem to work unless I am

Re: [zfs-discuss] zfs send/receive question

2007-04-16 Thread Nicholas Lee
On 4/17/07, Krzys <[EMAIL PROTECTED]> wrote: and when I did try to run that last command I got the following error: [16:26:00] [EMAIL PROTECTED]: /root > zfs send -i mypool/[EMAIL PROTECTED] mypool/[EMAIL PROTECTED] | zfs receive mypool2/[EMAIL PROTECTED] cannot receive: destination has been mo

[zfs-discuss] zfs send/receive question

2007-04-16 Thread Krzys
Hello folks, I have a question and a small problem... I did try to replicate my zfs with all the snaps, so I did run few commands: time zfs send mypool/[EMAIL PROTECTED] | zfs receive mypool2/[EMAIL PROTECTED] real6h35m12.34s user0m0.00s sys 29m32.28s zfs send -i mypool/[EMAIL PR