Date: Tue, 11 Jan 2005 10:23:10 -0500 From: Bryan Fullerton <fehwalker@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: Looking for efficient way to make backup like ghost on windows Message-ID: <35de0c30050111072388799@mail.gmail.com> In-Reply-To: <BAY103-F411945CFD8D906D512B231C0880@phx.gbl> References: <BAY103-F411945CFD8D906D512B231C0880@phx.gbl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 11 Jan 2005 13:37:31 +0000, eric wyzerski <ericwyzerski@hotmail.com> wrote: > I'm looking for an efficient way to make backup like ghost on windows. I > don't want to use utility like "dd" because it don't understand the file > systems and I want to make backup on a different hd (geometry and size). So, > anyone have a links for a good program that can do what I am looking for? dump(8) is good. A level 0 dump is a full image of a filesystem, and you can save dump output into a file for later use with restore(8). http://www.freebsd.org/cgi/man.cgi?query=dump http://www.freebsd.org/cgi/man.cgi?query=restore Bryan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35de0c30050111072388799>