Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2008 18:08:28 -0400
From:      Jerry McAllister <jerrymc@msu.edu>
To:        John Almberg <jalmberg@identry.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Fwd: Remote backups using ssh and dump
Message-ID:  <20080404220828.GB66161@gizmo.acns.msu.edu>
In-Reply-To: <DF3834DB-2A4B-4CF5-BDE8-18FD4D07ABD7@identry.com>
References:  <05AE2191-0A3D-4E5B-9B0F-06F6AB6447A0@identry.com> <DF3834DB-2A4B-4CF5-BDE8-18FD4D07ABD7@identry.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 04, 2008 at 05:00:01PM -0400, John Almberg wrote:

> >
> >Little did I know, when I posted this question, that I would  
> >receive such a wealth of information.  I'm deeply appreciative of  
> >the community's willingness to share information and thank each and  
> >every one of your for your contributions.
> >
> >Now I have some reading to do.  :-)
> >
> >
> 
> I think there is a difference between what dump does and what tar/ 
> rsync do... I like the idea of doing a bit level backup, rather than  
> a file level backup.
> 
> If you've never done a dump, try it locally, and then try restore,  
> particularly interactive restore (restore -i). It's pretty cool and I  
> don't think tar or rsync have anything like it.

Although some of the aspects of using dump/restore are a little clunky,
it is still superior to any other method of backing up whole file systems.
One of its weaknesses is that it will only back up a file system and
not a subset of one such as one directory tree.  You can, though, restore
individual files and directory trees easily.

What dump gets you is a system that knows how to handle every type
of file condition correctly.   None of the other quite do that.

Its other weakness is that it is filesystem/OS specific.   Geneally,
you cannot take a dump on one OS and restore it under a different on - 
like you cannot dump SunOS and restore on FreeBSD or whatever.

It will work over networks, though that can be slow and it doesn't
recover well from network errors/failures.

////jerry

> 
> -- John
> 
> _______________________________________________
> 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?20080404220828.GB66161>