OpenSolaris

Discussions Communities Projects Download Source Browser

Home » OpenSolaris Forums » zfs » discuss

Thread: [zfs-discuss] flar and tar the best way to backup S10 ZFS only?

Welcome, Guest Help
Login Login
Guest Settings Guest Settings
Reply to this Thread Reply to this Thread Search Forum Search Forum Back to Thread List Back to Thread List

Permlink Replies: 2 - Last Post: Nov 23, 2009 11:07 PM by: bjones
tp47565

Posts: 68
From: NZ

Registered: 7/26/09
[zfs-discuss] flar and tar the best way to backup S10 ZFS only?
Posted: Nov 23, 2009 8:24 PM

  Click to reply to this thread Reply


I'm persuading a customer that when he goes to S10 he should use ZFS for everything.
We only have one M3000 and a J4200 connected to it. We are not talking about a massive site here with a SAN etc. The M3000 is their "mainframe". His RTO and RPO are both about 12 hours, his business gets difficult without the server but does not die horribly.

He currently uses ufsdump to tape each night which is sent off site. However "ufsrestore -i" has saved is bacon in the past and does not want to loose this "functionality".

A couple of questions.

flar seems to work with ZFS quite well and will backup the whole root pool   flar(1M)

This seems to be the best way to get the equivalent of ufsrestore -r and a great way to recover in a DR event:- http://www.sun.com/bigadmin/content/submitted/flash_archive.jsp

My Questions...

Q: Is there the equivalent of ufsretore -i with flar? (which seems to be an ugly shell script around cpio or pax)

Q: Therefore should I have a tar of the root pool as well?


Q: There is no reason I cannot use flar on the other non root pools?

Q: Or is tar better for the non root pools?

We will have LOTS of disk space, his whole working dataset will easily fit onto an LTO4, so can anybody think of good a reason why you would not flar the root pool into another pool and then just tar off this pool each night to tape? In fact we will have so much disk space (compared to now) I expect we will will be able to keep most backups on-line for quite some time.


Discuss :-)


--
<meta http-equiv="CONTENT-TYPE" content="text/html; "> <title></title> Trevor Pretty | Technical Account Manager | T: +64 9 639 0652 | M: +64 21 666 161
Eagle Technology Group Ltd.
Gate D, Alexandra Park, Greenlane West, Epsom
Private Bag 93211, Parnell, Auckland

www.eagle.co.nz 

This email is confidential and may be legally privileged. If received in error please destroy and immediately notify us.

_______________________________________________ zfs-discuss mailing list zfs-discuss at opensolaris dot org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


relling

Posts: 2,083
From: US

Registered: 6/17/05
Re: [zfs-discuss] flar and tar the best way to backup S10 ZFS only?
Posted: Nov 23, 2009 9:22 PM   in response to: tp47565

  Click to reply to this thread Reply

On Nov 23, 2009, at 8:24 PM, Trevor Pretty wrote:

>
> I'm persuading a customer that when he goes to S10 he should use ZFS
> for everything. We only have one M3000 and a J4200 connected to it.
> We are not talking about a massive site here with a SAN etc. The
> M3000 is their "mainframe". His RTO and RPO are both about 12 hours,
> his business gets difficult without the server but does not die
> horribly.
>
> He currently uses ufsdump to tape each night which is sent off site.
> However "ufsrestore -i" has saved is bacon in the past and does not
> want to loose this "functionality".
>
> A couple of questions.
>
> flar seems to work with ZFS quite well and will backup the whole
> root pool flar(1M)

flar is mostly a wrapper for cpio, integrated with the installer

> This seems to be the best way to get the equivalent of ufsrestore -r
> and a great way to recover in a DR event:- http://www.sun.com/bigadmin/content/submitted/flash_archive.jsp
>
> My Questions...
>
> Q: Is there the equivalent of ufsretore -i with flar? (which seems
> to be an ugly shell script around cpio or pax)

no

> Q: Therefore should I have a tar of the root pool as well?

ok

> Q: There is no reason I cannot use flar on the other non root pools?

no

> Q: Or is tar better for the non root pools?

ok

> We will have LOTS of disk space, his whole working dataset will
> easily fit onto an LTO4, so can anybody think of good a reason why
> you would not flar the root pool into another pool and then just tar
> off this pool each night to tape? In fact we will have so much disk
> space (compared to now) I expect we will will be able to keep most
> backups on-line for quite some time.

Try amanda. It understands ZFS.
http://www.amanda.org/
-- richard

>
>
> Discuss :-)
>
>
> --
> Trevor Pretty | Technical Account Manager | T: +64 9 639 0652 | M:
> +64 21 666 161
> Eagle Technology Group Ltd.
> Gate D, Alexandra Park, Greenlane West, Epsom
> Private Bag 93211, Parnell, Auckland
> www.eagle.co.nz
> This email is confidential and may be legally privileged. If
> received in error please destroy and immediately notify us.
>
> _______________________________________________
> zfs-discuss mailing list
> zfs-discuss at opensolaris dot org
> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

_______________________________________________
zfs-discuss mailing list
zfs-discuss at opensolaris dot org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


bjones

Posts: 147
From:

Registered: 12/15/08
Re: [zfs-discuss] flar and tar the best way to backup S10 ZFS only?
Posted: Nov 23, 2009 11:07 PM   in response to: tp47565

  Click to reply to this thread Reply

On Mon, Nov 23, 2009 at 8:24 PM, Trevor Pretty
<trevor_pretty at eagle dot co dot nz> wrote:
>
> I'm persuading a customer that when he goes to S10 he should use ZFS for
> everything. We only have one M3000 and a J4200 connected to it. We are not
> talking about a massive site here with a SAN etc. The M3000 is their
> "mainframe". His RTO and RPO are both about 12 hours, his business gets
> difficult without the server but does not die horribly.
>
> He currently uses ufsdump to tape each night which is sent off site. However
> "ufsrestore -i" has saved is bacon in the past and does not want to loose
> this "functionality".
>
> A couple of questions.
>
> flar seems to work with ZFS quite well and will backup the whole root pool
> flar(1M)
>
> This seems to be the best way to get the equivalent of ufsrestore -r and a
> great way to recover in a DR event:-
> http://www.sun.com/bigadmin/content/submitted/flash_archive.jsp
>
> My Questions...
>
> Q: Is there the equivalent of ufsretore -i with flar? (which seems to be an
> ugly shell script around cpio or pax)
>
> Q: Therefore should I have a tar of the root pool as well?
>
> Q: There is no reason I cannot use flar on the other non root pools?
>
> Q: Or is tar better for the non root pools?
>
> We will have LOTS of disk space, his whole working dataset will easily fit
> onto an LTO4, so can anybody think of good a reason why you would not flar
> the root pool into another pool and then just tar off this pool each night
> to tape? In fact we will have so much disk space (compared to now) I expect
> we will will be able to keep most backups on-line for quite some time.
>
>
> Discuss :-)
>
>
> --
> Trevor Pretty | Technical Account Manager | T: +64 9 639 0652 | M: +64 21
> 666 161
> Eagle Technology Group Ltd.
> Gate D, Alexandra Park, Greenlane West, Epsom
> Private Bag 93211, Parnell, Auckland
>
> www.eagle.co.nz
>
> This email is confidential and may be legally privileged. If received in
> error please destroy and immediately notify us.
> _______________________________________________
> zfs-discuss mailing list
> zfs-discuss at opensolaris dot org
> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
>
>

With the cost of tapes, drives, and off-site storage service (unless
its stored at the owners home), you could probably co-locate a server
with fast internet connectivity, a bundle of local storage, and just
ZFS snapshot your relevant pools to that server.

I second the recommendation of Amanda from Richard as well though,
pretty flexible solution. And it can backup much more than just local
ZFS snapshots if that would be a benefit to you as well.


--
Brent Jones
brent at servuhome dot net
_______________________________________________
zfs-discuss mailing list
zfs-discuss at opensolaris dot org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss





Terms of Use | Privacy | Trademarks | Copyright Policy | Site Guidelines
Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.
© 2010, Oracle Corporation and/or its affiliates

Oracle