[thelist] Backing up data on a unix server

Hassan Schroeder hassan at webtuitive.com
Mon Jan 16 14:31:42 CST 2006


Kevin Sedgley wrote:

> Does anyone know of any easy to set up applications for backing up mysql
> tables 

You can set up another MySQL instance on a different machine to act
as a "slave" to your server's "master" -- replication is handled in
near-real-time, so you keep a pretty current data image on the slave.
You can also use mysqldump to back up the slave, instead of running
it on the production system where it may impact performance.

For directories, I second the `rsync`recommendation.

> I ... am familiar with ... RPMs.

Ick. Unsolicited opinion: avoid RPMs (and all similar "installers")
like the plague... :-)

FWIW,
-- 
Hassan Schroeder ----------------------------- hassan at webtuitive.com
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                          dream.  code.





More information about the thelist mailing list