Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2016 21:49:11 +0700
From:      Victor Sudakov <vas@mpeks.tomsk.su>
To:        Matthew Seaman <matthew@FreeBSD.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: zfs send/receive as dump/restore alternative
Message-ID:  <20161114144911.GA77411@admin.sibptus.transneft.ru>
In-Reply-To: <2829d0f0-e719-dfd0-2ecc-669f2a0ed781@FreeBSD.org>
References:  <20161114054657.GA66229@admin.sibptus.transneft.ru> <1bf448ae-a011-8c69-b199-17d71f4053c3@FreeBSD.org> <20161114094246.GA73849@admin.sibptus.transneft.ru> <2829d0f0-e719-dfd0-2ecc-669f2a0ed781@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Matthew Seaman wrote:
> > What if I have not enough space to expand the whole datastream as a
> > filesystem? My replication stream package is 119G large at the moment
> > one one server, I have neither free space nor spare time to expand the
> > whole of it into an altroot.
> 
> Yeah.  You don't store the stream data as one big file, but you expand
> it out to a filesystem on receipt.  That /shouldn't/ require very much
> more space than storing it as one big file.

Matthew, I'm not quite following you. Can you please rephrase?

What's the optimal format for offline backup of the whole box for disaster
recovery? Isn't that a replication stream?

> 
> > If I have a complete replication stream package, can I "zfs recv" a
> > single dataset from it? It would be silly to expand the whole pool to
> > extract a couple of files from zroot/usr/home/johndoe/docs 
> 
> No -- I don't think this is possible.  If you want to be able to restore
> individual datasets, then you need to zfs send individual datasets.

Inconvenient.

> 
> > So if you ever get to restore several files and don't have enough
> > space to receive the whole stream, what would you do?
> > 
> > With restore or tar you can always do a partial extract.
> 
> Yes.  ZFS is neither restore nor tar, and behaves differently.  If you
> want a backup that behaves like a tar archive, then you could simply use
> tar(1) for your backups...

That would mean storing two copies of data: a backup for disaster
recovery and an archive for restoring users' files and configs, which
is not feasible.

But I'll probably heed Steve's advice and use snapshots for undoing
users' mistakes, instead of archives.



-- 
Victor Sudakov,  VAS4-RIPE, VAS47-RIPN
sip:sudakov@sibptus.tomsk.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161114144911.GA77411>