On Tue, 11 Jan 2005 13:37:31 +0000, eric wyzerski <[EMAIL PROTECTED]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
