Backing up large partitions

Jerry McAllister jerrymc at msu.edu
Wed May 16 00:26:39 UTC 2007


On Tue, May 15, 2007 at 04:27:01PM -0500, Phusion wrote:

> I need some advice on how to backup a UNIX server. The server has
> multiple large partitions ranging from 200 to 400 GB. Also, the server
> doesn't have a tape drive. We recently got a large NAS device that has
> 2 TB of storage space. The UNIX server has Samba installed and can be
> setup to mount a Windows network share. I would like the ability to
> run full and incremental backups as well as restores. Let me know what
> you think.

Depends a little on what you will do, but generally
you can run dump(8) to a file and that file can be located
anywhere you can read/write.

Dump is the UNIX backup soution.    Now, if you want to create
an alternate server, then consider rsync.   Its in the ports.

////jerry

> 
> Phusion
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list