Date: Mon, 14 Sep 2009 10:35:18 -0400 From: Jerry McAllister <jerrymc@msu.edu> To: Chris Maness <chris@chrismaness.com> Cc: freebsd-questions@freebsd.org Subject: Re: Dump/Restore? Message-ID: <20090914143518.GB47054@gizmo.acns.msu.edu> In-Reply-To: <b2e0a4330909131850g134b21bx13e0b53816bedf70@mail.gmail.com> References: <b2e0a4330909131815k65cacd76k6a3900e05e6b4655@mail.gmail.com> <b2e0a4330909131850g134b21bx13e0b53816bedf70@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 13, 2009 at 06:50:05PM -0700, Chris Maness wrote: > On Sun, Sep 13, 2009 at 6:15 PM, Chris Maness <chris@chrismaness.com> wrote: > > I level 0 dump of my server. I lost a file that I need back. Is it > > possible to use restore like tar and explode it into a directory > > instead of a pristine partition/mount? Or even better, is it possible > > to just extract a single file without exploding the whole tape dump? > > > > Sorry if the question seems stupid. > > > > Chris KQ6UP > > > > Sorry, I was reading the restore man from my mac, and it was not as > clear. The restore does not seem to work from my mac (this is where > my backup dumps reside as I have two massive HDs). I guess the mac > restore would only work with HFS+ and not UFS. I guess the only way > would be to move the massive dump file back over to the FreeBSD > server. The dump is just a file and it should not matter where it is stored, but you will have to use some network access type thing such as an rsh or an NFS connection to read it. Another thing is that restores need to be done on the same OS that the dumps were written - regardless of where they are stored. dump/restore depends on knowing something about the underlying filesystem, so it is not transferable from one system to another and often even between one OS version to another, like tar tends to be. But, you can make the dump file move between where it is stored and a system that can restore from it using one of the network protocols. ////jerry > > Thanks, > Chris KQ6UP > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090914143518.GB47054>