# innobackup /etc/mysql/mysqld.conf --no-timestamp /var/lib/mysql/innobackup

InnoDB Backup Utility v1.3.0; Copyright 2003-2005 Innobase Oy

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

IMPORTANT: Please check that the backup run completes successfully.
           At the end of a successful backup run innobackup
           prints "innobackup completed OK!".

innobackup: Using mysql  Ver 14.12 Distrib 5.0.45, for pld-linux-gnu (x86_64) using readline 5.2
innobackup: Using mysql server version 5.0.45-log
innobackup: Using InnoDB Hot Backup version 3.0.0

innobackup: Created backup directory /var/lib/mysql/innobackup
innobackup: Starting mysql with options: --unbuffered
innobackup: Connected to database with mysql child process (pid=21826)
innobackup: Connection to database server closed

innobackup: Starting ibbackup with command: ibbackup --suspend-at-end /etc/mysql/mysqld.conf /var/lib/mysql/innobackup/backup-my.cnf
InnoDB Hot Backup version 3.0.0; Copyright 2002-2005 Innobase Oy
License --- is granted to ---
Expires 2008-5-1 (year-month-day) at 00:00
See http://www.innodb.com for further information

This binary contains five (5) 1-year InnoDB Hot Backup
licenses granted to  Delfi Ltd. This binary can be used
to  back up on 5 mysqld servers at a time.

Type ibbackup --license for detailed license terms, --help for help

Contents of /etc/mysql/mysqld.conf:
innodb_data_home_dir got value /var/lib/mysql/mysqldb/db
innobackup: Waiting for ibbackup (pid=21883) to suspend
innobackup: Suspend file '/var/lib/mysql/innobackup/ibbackup_suspended'

innodb_data_file_path got value ibdata1:10M:autoextend
datadir got value /var/lib/mysql/mysqldb/db
innodb_log_group_home_dir got value /var/lib/mysql/mysqldb/db
innodb_log_files_in_group got value 2
innodb_log_file_size got value 5242880

Contents of /var/lib/mysql/innobackup/backup-my.cnf:
innodb_data_home_dir got value /var/lib/mysql/innobackup
innodb_data_file_path got value ibdata1:10M:autoextend
datadir got value /var/lib/mysql/innobackup
innodb_log_group_home_dir got value /var/lib/mysql/innobackup
innodb_log_files_in_group got value 2
innodb_log_file_size got value 5242880

ibbackup: Found checkpoint at lsn 0 1104436778
ibbackup: Starting log scan from lsn 0 1104436736
070904 12:50:03  ibbackup: Copying log...
070904 12:50:03  ibbackup: Log copied, lsn 0 1104436778
ibbackup: We wait 1 second before starting copying the data files...
070904 12:50:04  ibbackup: Copying /var/lib/mysql/mysqldb/db/ibdata1

ibbackup: You had specified the option --suspend-at-end
070904 12:50:06  ibbackup: Suspending the backup procedure to wait
ibbackup: until you delete the marker file /var/lib/mysql/innobackup/ibbackup_suspended

innobackup: Continuing after ibbackup has suspended
innobackup: Starting mysql with options: --unbuffered
innobackup: Connected to database with mysql child process (pid=21925)
innobackup: Error: mysql child process has died: ERROR 1005 (HY000) at line 7: Can't create table './mysql/ibbackup_binlog_marker.frm' (errno: 121)
 while waiting for reply to MySQL request: 'CREATE TABLE ibbackup_binlog_marker(a INT) TYPE=INNODB;' at /usr/bin/innobackup line 342.