[H-GEN] Linux file server

Brendan bmccarthy at iinet.net.au
Thu Jul 1 22:27:31 EDT 2004


On Fri, 2004-07-02 at 12:14, Harry Phillips wrote:
> [ Humbug *General* list - semi-serious discussions about Humbug and     ]
> [ Unix-related topics. Posts from non-subscribed addresses will vanish. ]
> 
> Russell Stuart wrote:
> >     It might seem this does should not hold for Raid 1 (mirroring).
> >     It does.  Another way to use the second drive is as a hot
> >     spare - doing an image backup each night after checking
> >     that all you data looks consistent.  This is more reliable
> >     because data is damaged more often by applications (bugs
> >     corrupting files) and users (eg deleting the wrong file) than
> >     by hardware failures.  If you are mirroring the damage is
> >     reflected on all drives immediately.  If you do a nightly
> >     backup you have a reasonable chance of recovering the data
> >     while the system is online, without messing around with backup
> >     media.
> 
> I have been considering this myself, so what would you use to image one 
> drive to another each night? dd?

rsync would do the trick for this. 

You would have to make the source drive read only for the duration of
the copy, and rsync would be much faster than dd.

-Brendan





More information about the General mailing list