Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2006 03:11:39 -0700 (PDT)
From:      Dino Vliet <dino_vliet@yahoo.com>
To:        "Peter A. Giessel" <pgiessel@mac.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: backup existing sata drive
Message-ID:  <20060930101139.61132.qmail@web51104.mail.yahoo.com>
In-Reply-To: <451DA238.4070402@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks for your answer.

I can mount all the partitions (ubuntu via the
mount_ext2fs command).

So, I could use DD, but then I would have to do this
every time I want to be synchronized.

This would be the firts thing I could try, when the
disk drive arrives. Then I would know I have at least
a  copy of the full disk.

Hmm, I have to think this over, but nice knowing this
is an option.

--- "Peter A. Giessel" <pgiessel@mac.com> wrote:

> On 2006/09/29 14:08, Dino Vliet seems to have typed:
> > I waant to use this extra drive as a backup
> solution.
> > What options do I have?
> 
> 
> Dump is an excellent solution if you can mount all
> partitions
> (see
>
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/backup-basics.html
> for details on using dump)
> 
> DD would be another option that would copy the
> entire hard drive sector
> by sector, regardless of the partitions.  If you are
> interested in
> basically a "mirror" sort of situation without
> running RAID, dd is what
> you are looking for.
> 
> dd doesn't care what the partitions are, indeed you
> could even backup
> Microsoft partitions with it.
> 
>
http://www.freebsd.org/cgi/man.cgi?query=dd&apropos=0&sektion=0&manpath=FreeBSD+6.1-RELEASE&format=html
> 
> basically:
> dd if=/dev/sourcedisk of=/dev/backupdisk bs=1m
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060930101139.61132.qmail>