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

2008-09-26 Thread Enda O'Connor ( Sun Micro Systems Ireland)
Hi Clive King has a nice blog entry showing this in action http://blogs.sun.com/clive/entry/replication_using_zfs with associated script at: http://blogs.sun.com/clive/resource/zfs_repl.ksh Which I think answers most of your questions. Enda Ross wrote: > Hey folks, > > Is anybody able to help a

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

2008-09-26 Thread Ross Smith
s disaster recovery copy :). Ross > Date: Fri, 26 Sep 2008 12:53:06 +0300> From: [EMAIL PROTECTED]> Subject: RE: > [zfs-discuss] Scripting zfs send / receive> To: [EMAIL PROTECTED]> > Hi Ross > ;> > I am no expert in scripting but I was a software engineer once :)> It

[zfs-discuss] Scripting zfs send / receive

2008-09-26 Thread Ross
Hey folks, Is anybody able to help a Solaris scripting newbie with this? I want to put together an automatic script to take snapshots on one system and send them across to another. I've shown the manual process works, but only have a very basic idea about how I'm going to automate this. My cur