On Fri, 2008-05-02 at 00:06 -0700, David Rees wrote:Raid protects against disk failure. So your use is fine.
On Thu, May 1, 2008 at 7:42 PM, Kasper Sandberg <lkml@xxxxxxxxxxx> wrote:Im not treating it as a backup, what i want, is to make sure that if 1
in other words, would i beWhat would be safer is to run rsync every day from one redundant array
safer to run rsync every day to my other disk, and run in non-raid
mode?!
to another array - preferably on another machine that is located as
far away as possible from the one that you are backing up.
RAID is not the same as a backup, though unfortunately, too many
people treat it as such.
disk dies, the data is still intact and ill hopefully be able to run
with 1 disk till the newly ordered one arrives - and while i naturally
will keep offsite backups of most important data, it is certainly far
easier to simply rip out a faulty disk, and put in another, instead of
restoring from backup from scratch..
So my question remains.. Is md raid1 not suited for this need? would it
be safer to run in non-raid1 mode and daily(maybe hourly) rsync
everything over to the second disk?