On Wed, 20 Aug 2003 18:44:04 -0500, Miguel Perez used a
few recycled electrons to form:
| 
| Hi list,
| 
| Does any know how to do differential backups or does exist a tool
| that do this kind of backups.
| 
| I have mysql 4.0.12 and use innodb tables, mysql is running on
| redhat 7.3

You are probably out of luck if what you are looking to
do it backup just what has changed in the database. Due
to how innodb is stored any backup software would
backup the entire data file. It might not even be able
to do a good job at it. 

I have backups that do mysqldumps of the databases.
These work pretty well. They are run off of a slave
that it's only purpose is to replicate for the backups.
We use to run without replication and it sucked!

There might be other options out there but I haven't
seen them.




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to