Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2016 16:42:46 +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:  <20161114094246.GA73849@admin.sibptus.transneft.ru>
In-Reply-To: <1bf448ae-a011-8c69-b199-17d71f4053c3@FreeBSD.org>
References:  <20161114054657.GA66229@admin.sibptus.transneft.ru> <1bf448ae-a011-8c69-b199-17d71f4053c3@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Matthew Seaman wrote:
> > How would you restore a) a single dataset or b) a single file from a
> > replication stream package? I really need this mode of operation for
> > undeleting users' files etc.
> 
> You have to 'zfs recv' your datastream and expand it out as a
> filesystem.  

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.

restore(8) did not require that.

> Then you can simply copy individual files back to your live
> system, or you can do a zfs send / zfs recv of a single dataset to
> restore that.

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 
> 
> You can easily 'zfs recv' the datastream into a different root directory
> than it came from -- so you won't end up overwriting onesystem with the
> backup of another.

> There are scripts to do this in ports, but here's some I wrote
> myself:
>
> https://github.com/infracaninophile/zfs-backup
>
> I never did get round to writing a 'zfs-restore' script though.
>

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.

-- 
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?20161114094246.GA73849>