klausbgva Wrote: > My approach to the very same problem. > > After many test and trials. I am working on a really serious solution > fix that problem. > ... > The next solution will be a SATA Raid 5 controller with up to 8 > drives. > ... > After that it will be synched with rsynch every day > Klaus If you must backup to hard drive, don't simply rsync from master->backup. You need to keep the history of any changes. What if a virus/small child/hardware fault corrupts some of your data without you realising? When it gets automatically rsync'ed to the backup, your data is gone for good.
For a really serious solution, you need to use something like rdiff-backup, which will allow you to recover back to an arbitrary point in time. -- clumsyoik ------------------------------------------------------------------------ clumsyoik's Profile: http://forums.slimdevices.com/member.php?userid=1997 View this thread: http://forums.slimdevices.com/showthread.php?t=18029 _______________________________________________ Discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
