标签:style http color io os 使用 ar for strong
[root@likun data]# xtrabackup --backup --datadir=/mysql/data/--target-dir=/root/bak
[root@likun bak]# xtrabackup --prepare --use-memory=50M--datadir=/mysql/data/--target-dir=/root/bak
InnoDBBackupUtility v1.5.1-xtrabackup;Copyright2003,2009InnobaseOy
and Percona LLC and/or its affiliates 2009-2013. AllRightsReserved.
This software is published under
the GNU GENERAL PUBLIC LICENSE Version2,June1991.
Get the latest version of PerconaXtraBackup, documentation, and help resources:
http://www.percona.com/xb/p
14081014:09:34 innobackupex:Connecting to MySQL server with DSN ‘dbi:mysql:;mysql_read_default_group=xtrabackup‘ as ‘root‘ (using password: NO).
14081014:09:34 innobackupex:Connected to MySQL server
14081014:09:34 innobackupex:Executing a version check against the server...
14081014:09:34 innobackupex:Done.
IMPORTANT:Please check that the backup run completes successfully.
At the end of a successful backup run innobackupex
prints "completed OK!".
innobackupex:Using mysql server version 5.5.30-log
innobackupex:Created backup directory /root/bak/2014-08-10_14-09-34
14081014:09:34 innobackupex:Starting ibbackup with command: xtrabackup --defaults-group="mysqld"--backup --suspend-at-end --target-dir=/root/bak/2014-08-10_14-09-34--tmpdir=/tmp --extra-lsndir=‘/tmp‘
innobackupex:Waitingfor ibbackup (pid=15364) to suspend
innobackupex:Suspend file ‘/root/bak/2014-08-10_14-09-34/xtrabackup_suspended_2‘
xtrabackup version 2.2.3 based on MySQL server 5.6.17Linux(x86_64)(revision id:)
xtrabackup: uses posix_fadvise().
xtrabackup: cd to /mysql/data
xtrabackup: open files limit requested 0,set to 40960
xtrabackup:using the following InnoDB configuration:
xtrabackup: innodb_data_home_dir =./
xtrabackup: innodb_data_file_path = ibdata1:10M:autoextend
xtrabackup: innodb_log_group_home_dir =./
xtrabackup: innodb_log_files_in_group =2
xtrabackup: innodb_log_file_size =5242880
>> log scanned up to (1670110)
[01]Copying./ibdata1 to /root/bak/2014-08-10_14-09-34/ibdata1
>> log scanned up to (1670110)
[01] ...done
>> log scanned up to (1670110)
[01]Copying./db1/test3.ibd to /root/bak/2014-08-10_14-09-34/db1/test3.ibd
[01] ...done
[01]Copying./db1/test1.ibd to /root/bak/2014-08-10_14-09-34/db1/test1.ibd
[01] ...done
[01]Copying./db1/test4.ibd to /root/bak/2014-08-10_14-09-34/db1/test4.ibd
[01] ...done
[01]Copying./mysql/abc.ibd to /root/bak/2014-08-10_14-09-34/mysql/abc.ibd
[01] ...done
[01]Copying./db2/test.ibd to /root/bak/2014-08-10_14-09-34/db2/test.ibd
[01] ...done
>> log scanned up to (1670110)
xtrabackup:Creating suspend file ‘/root/bak/2014-08-10_14-09-34/xtrabackup_suspended_2‘ with pid ‘15364‘
14081014:09:38 innobackupex:Continuing after ibbackup has suspended
14081014:09:38 innobackupex:Executing FLUSH TABLES WITH READ LOCK...
14081014:09:38 innobackupex:All tables locked and flushed to disk
14081014:09:38 innobackupex:Starting to backup non-InnoDB tables and files
innobackupex: in subdirectories of ‘/mysql/data‘
innobackupex:Backing up file ‘/mysql/data/db1/test4.frm‘
innobackupex:Backing up file ‘/mysql/data/db1/test3.frm‘
>> log scanned up to (1670110)
innobackupex:Backing up file ‘/mysql/data/db1/db.opt‘
innobackupex:Backing up file ‘/mysql/data/db1/test1.frm‘
innobackupex:Backing up files ‘/mysql/data/mysql/*.{frm,isl,MYD,MYI,MAD,MAI,MRG,TRG,TRN,ARM,ARZ,CSM,CSV,opt,par}‘(73 files)
innobackupex:Backing up files ‘/mysql/data/performance_schema/*.{frm,isl,MYD,MYI,MAD,MAI,MRG,TRG,TRN,ARM,ARZ,CSM,CSV,opt,par}‘(18 files)
innobackupex:Backing up file ‘/mysql/data/db2/db.opt‘
innobackupex:Backing up file ‘/mysql/data/db2/test.frm‘
14081014:09:38 innobackupex:Finished backing up non-InnoDB tables and files
14081014:09:38 innobackupex:Executing FLUSH ENGINE LOGS...
14081014:09:38 innobackupex:Waitingfor log copying to finish
xtrabackup:The latest check point (for incremental):‘1670110‘
xtrabackup:Stopping log copying thread.
.>> log scanned up to (1670110)
xtrabackup:Creating suspend file ‘/root/bak/2014-08-10_14-09-34/xtrabackup_log_copied‘ with pid ‘15364‘
xtrabackup:Transaction log of lsn (1670110) to (1670110) was copied.
14081014:09:39 innobackupex:All tables unlocked
innobackupex:Backup created in directory ‘/root/bak/2014-08-10_14-09-34‘
innobackupex:MySQL binlog position: filename ‘mysql-bin.000011‘, position 107
14081014:09:39 innobackupex:Connection to database server closed
14081014:09:39 innobackupex: completed OK!
标签:style http color io os 使用 ar for strong
原文地址:http://www.cnblogs.com/kissdb/p/4009640.html