Re: mysql backup methods

2007-01-08 Thread Mathieu Bruneau
Vitaliy Okulov a écrit :
 Здравствуйте, mysql.
 
 Hi all. I searching mysql backup script, which detect type of table 
 use mysqlhotcopy for MyISAM or mysqldump --single-transaction for
 InnoDB.
 Also save structure of table in file.
 And support recovery for dumped db an tables.
 Somebody meet such type of mysqlbackup script?
 

It doesn't put the structure in a separate file (yet), but you may want
to have a look at ZRM (Zmanda Recovery Manager) for mysql here
http://www.zmanda.com/backup-mysql.html

This is the most complete free solution that I know off!

-- 
Mathieu Bruneau
aka ROunofF

===
GPG keys available @ http://rounoff.darktech.org

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



mysql backup methods

2007-01-07 Thread Vitaliy Okulov
Здравствуйте, mysql.

Hi all. I searching mysql backup script, which detect type of table 
use mysqlhotcopy for MyISAM or mysqldump --single-transaction for
InnoDB.
Also save structure of table in file.
And support recovery for dumped db an tables.
Somebody meet such type of mysqlbackup script?

-- 
С уважением,
 Vitaliy  mailto:[EMAIL PROTECTED]


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