Comment 12 for bug 359341

Revision history for this message
Sachin Kale (sachin-zmanda) wrote :

We provide defaults file as my.cnf
We use following command for backup -

/usr/bin/innobackupex --no-timestamp --defaults-file=/tmp/jE146DIESd --user=mysql --password="*****" --port=3306 --socket=/var/run/mysqld/mysqld.sock /tmp/bkdir

root@ubuntu:~# cat /tmp/jE146DIESd
[mysqld]
datadir=/var/lib/mysql/
innodb_data_file_path=ibdata1:10M:autoextend
innodb_log_files_in_group=2
innodb_log_file_size=5242880

root@ubuntu:~# /usr/bin/innobackupex --version
InnoDB Backup Utility v1.5.1-xtrabackup; Copyright 2003, 2009 Innobase Oy
and Percona Inc 2009-2011. All Rights Reserved.

This software is published under
the GNU GENERAL PUBLIC LICENSE Version 2, June 1991.