[root@rhel5u3 ~]# /usr/local/mysql55/bin/innobackupex --defaults-file=/data/mysqldata/3306/my.cnf --user=root --password=123456 /data/backup/full/
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.
110617 12:04:45 innobackupex: Starting mysql with options: --defaults-file=¨/data/mysqldata/3306/my.cnf¨ --password=¨123456¨ --user=¨root¨ --unbuffered --
110617 12:04:45 innobackupex: Connected to database with mysql child process (pid=16969)
110617 12:04:51 innobackupex: Connection to database server closed
IMPORTANT: Please check that the backup run completes successfully.
At the end of a successful backup run innobackupex
prints "completed OK!".
innobackupex: Using mysql Ver 14.14 Distrib 5.5.12, for Linux (x86_64) using EditLine wrapper
innobackupex: Using mysql server version Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
innobackupex: Created backup directory /data/backup/full/2011-06-17_12-04-51
110617 12:04:51 innobackupex: Starting mysql with options: --defaults-file=¨/data/mysqldata/3306/my.cnf¨ --password=¨123456¨ --user=¨root¨ --unbuffered --
110617 12:04:51 innobackupex: Connected to database with mysql child process (pid=16997)
110617 12:04:55 innobackupex: Connection to database server closed
110617 12:04:55 innobackupex: Starting ibbackup with command: xtrabackup_55 --defaults-file="/data/mysqldata/3306/my.cnf" --backup --suspend-at-end --target-dir=/data/backup/full/2011-06-17_12-04-51
innobackupex: Waiting for ibbackup (pid=17009) to suspend
innobackupex: Suspend file ¨/data/backup/full/2011-06-17_12-04-51/xtrabackup_suspended¨
xtrabackup_55 Ver undefined Rev undefined for 5.5.10 Linux (x86_64)
xtrabackup: uses posix_fadvise().
xtrabackup: cd to /data/mysqldata/3306/data
xtrabackup: Target instance is assumed as followings.
xtrabackup: innodb_data_home_dir = /data/mysqldata/3306/innodb_ts
xtrabackup: innodb_data_file_path = ibdata1:10M:autoextend
xtrabackup: innodb_log_group_home_dir = /data/mysqldata/3306/innodb_log
xtrabackup: innodb_log_files_in_group = 2
xtrabackup: innodb_log_file_size = 5242880
110617 12:04:55 InnoDB: Using Linux native AIO
110617 12:04:55 InnoDB: Warning: allocated tablespace 7, old maximum was 0
>> log scanned up to (111259421)
[01] Copying /data/mysqldata/3306/innodb_ts/ibdata1
to /data/backup/full/2011-06-17_12-04-51/ibdata1
>> log scanned up to (111259421)
[01] ...done
[01] Copying ./test/j2.ibd
to /data/backup/full/2011-06-17_12-04-51/test/j2.ibd
[01] ...done
[01] Copying ./test/j3.ibd
to /data/backup/full/2011-06-17_12-04-51/test/j3.ibd
[01] ...done
[01] Copying ./jss/j1.ibd
to /data/backup/full/2011-06-17_12-04-51/jss/j1.ibd
[01] ...done
110617 12:05:09 innobackupex: Continuing after ibbackup has suspended
110617 12:05:09 innobackupex: Starting mysql with options: --defaults-file=¨/data/mysqldata/3306/my.cnf¨ --password=¨123456¨ --user=¨root¨ --unbuffered --
110617 12:05:09 innobackupex: Connected to database with mysql child process (pid=17024)
>> log scanned up to (111259421)
110617 12:05:13 innobackupex: Starting to lock all tables...
>> log scanned up to (111259421)
>> log scanned up to (111259421)
110617 12:05:24 innobackupex: All tables locked and flushed to disk
110617 12:05:24 innobackupex: Starting to backup .frm, .MRG, .MYD, .MYI,
innobackupex: .TRG, .TRN, .ARM, .ARZ, .CSM, .CSV and .opt files in
innobackupex: subdirectories of ¨/data/mysqldata/3306/data¨
innobackupex: Backing up file ¨/data/mysqldata/3306/data/test/j2.frm¨
innobackupex: Backing up file ¨/data/mysqldata/3306/data/test/j1.frm¨
innobackupex: Backing up file ¨/data/mysqldata/3306/data/test/j3.frm¨
innobackupex: Backing up files ¨/data/mysqldata/3306/data/performance_schema/*.{frm,MYD,MYI,MRG,TRG,TRN,ARM,ARZ,CSM,CSV,opt,par}¨ (18 files)
innobackupex: Backing up file ¨/data/mysqldata/3306/data/jss/j1.frm¨
innobackupex: Backing up file ¨/data/mysqldata/3306/data/jss/db.opt¨
innobackupex: Backing up files ¨/data/mysqldata/3306/data/mysql/*.{frm,MYD,MYI,MRG,TRG,TRN,ARM,ARZ,CSM,CSV,opt,par}¨ (72 files)
110617 12:05:26 innobackupex: Finished backing up .frm, .MRG, .MYD, .MYI, .TRG, .TRN, .ARM, .ARZ, .CSV, .CSM and .opt files
innobackupex: Resuming ibbackup
xtrabackup: The latest check point (for incremental): ¨111259421¨
>> log scanned up to (111259421)
xtrabackup: Stopping log copying thread.
xtrabackup: Transaction log of lsn (111259421) to (111259421) was copied.
110617 12:05:29 innobackupex: All tables unlocked
110617 12:05:29 innobackupex: Connection to database server closed
innobackupex: Backup created in directory ¨/data/backup/full/2011-06-17_12-04-51¨
innobackupex: MySQL binlog position: filename ¨mysql-bin.000010¨, position 454
110617 12:05:29 innobackupex: completed OK!