16、Xtrabackup备份与恢复
[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
xtrabackup 增量备:
InnoDBBackupUtility v1.5.1-xtrabackup;Copyright2003,2009InnobaseOyand Percona LLC and/or its affiliates 2009-2013. AllRightsReserved.This software is published underthe GNU GENERAL PUBLIC LICENSE Version2,June1991.Get the latest version of PerconaXtraBackup, documentation, and help resources:http://www.percona.com/xb/p14081014: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 server14081014: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 innobackupexprints "completed OK!".innobackupex:Using mysql server version 5.5.30-loginnobackupex:Created backup directory /root/bak/2014-08-10_14-09-3414081014: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 suspendinnobackupex: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/dataxtrabackup: open files limit requested 0,set to 40960xtrabackup:using the following InnoDB configuration:xtrabackup: innodb_data_home_dir =./xtrabackup: innodb_data_file_path = ibdata1:10M:autoextendxtrabackup: innodb_log_group_home_dir =./xtrabackup: innodb_log_files_in_group =2xtrabackup: 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 suspended14081014:09:38 innobackupex:Executing FLUSH TABLES WITH READ LOCK...14081014:09:38 innobackupex:All tables locked and flushed to disk14081014:09:38 innobackupex:Starting to backup non-InnoDB tables and filesinnobackupex: 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 files14081014:09:38 innobackupex:Executing FLUSH ENGINE LOGS...14081014:09:38 innobackupex:Waitingfor log copying to finishxtrabackup: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 unlockedinnobackupex:Backup created in directory '/root/bak/2014-08-10_14-09-34'innobackupex:MySQL binlog position: filename 'mysql-bin.000011', position 10714081014:09:39 innobackupex:Connection to database server closed14081014:09:39 innobackupex: completed OK!
16、Xtrabackup备份与恢复的更多相关文章
- xtrabackup备份与恢复实践
说明 xtrabackup --percona 特点: 开源,在线备份innodb表 支持限速备份,避免对业务造成影响 支持流备 支持增量备份 支持备份文件压缩与加密 支持并行备份与恢复,速度快 ...
- MySQL入门篇(七)之Xtrabackup备份与恢复
一.Xtrabackup介绍 MySQL冷备.mysqldump.MySQL热拷贝都无法实现对数据库进行增量备份.在实际生产环境中增量备份是非常实用的,如果数据大于50G或100G,存储空间足够的情况 ...
- Xtrabackup备份与恢复MySQL
1.innobackupex备份原理 .innobackupex启动并fork一个进程启动xtrabackup,然后等待xtrabackup备份InnoDB文件; .xtrabackup备份时存在两个 ...
- Xtrabackup备份与恢复
一.Xtrabackup介绍 MySQL冷备.mysqldump.MySQL热拷贝都无法实现对数据库进行增量备份.在实际生产环境中增量备份是非常实用的,如果数据大于50G或100G,存储空间足够的情况 ...
- Linux基础学习(16)--备份与恢复
第十六章——备份与恢复 一.备份概述 1.Linux系统需要备份的数据: 2.备份策略: 二.dump和restore命令 1.dump命令: 2.restore命令:
- XtraBackup 备份与恢复实例讲解
前一篇文章我们讲到了PXB的原理以及安装方法,接下来将详细介绍 XtraBackup 备份和恢复的具体过程. xtrabackup 选项 xtrabackup 工具有许多参数,具体可去官网查询(xtr ...
- xtrabackup 备份与恢复
书上摘抄 ---深入浅出mysql 448页 grant reload on *.* to 'backup'@'localhost' identified by '123456'; grant re ...
- mysql 开发进阶篇系列 46 物理备份与恢复( xtrabackup的 选项说明,增加备份用户,完全备份案例)
一. xtrabackup 选项说明 在操作xtrabackup备份与恢复之前,先看下该工具的选项,下面记录了xtrabackup二进制文件的部分命令行选项,后期把常用的选项在补上.点击查看xtrab ...
- Mysql—数据备份与恢复
数据备份 # 备份单个数据库 [root@localhost ~]# mysqldump -h主机名 -u用户名 -p密码 数据库名字 > 备份的数据库名字.sql [root@localhos ...
随机推荐
- HIbernate学习笔记2 之 主键生成方式
一.hibernate主键生成方式: 1.常用方式:mysql:自增长生成主键(identity) <generator class="identity"> </ ...
- java常用设计模式学习心得
学习自:http://shenzhenchufa.blog.51cto.com/730213/161581 代码来自:http://shenzhenchufa.blog.51cto.com/73021 ...
- ubuntu下ssh服务相关操作
1.安装ssh服务:apt-get install openssh-server 2.检测ssh开启状态:ps -e | grep ssh 3.启动ssh:/etc/init.d/ssh start ...
- 在Redis集群中使用pipeline批量插入
在Redis集群中使用pipeline批量插入 由于项目中需要使用批量插入功能, 所以在网上查找到了Redis 批量插入可以使用pipeline来高效的插入, 示例代码如下: Pipeline p = ...
- poj 2251(同余)
Ones Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 11461 Accepted: 6488 Description ...
- python资源合集
Python 官网: https://www.python.org/ Python2.7 doc: https://docs.python.org/2/ Python Package User Gui ...
- maven中profile的激活方式
1.默认激活 Maven给我们提供了多种不同的profile激活方式.比如我们可以使用-P参数显示的激活一个profile,也可以根据环境条件的设置让它自动激活等. <profile> & ...
- (编译)使用 AppCenter 持续输出导出到 Application Insights
原文地址:https://blog.xamarin.com/appcenter-continuous-export-application-insights/ 五星手机应用有一个特殊的特点:他们不会放 ...
- nodejs里的express自动刷新高级篇【转载】
搬运自[简书:http://www.jianshu.com/p/2f923c8782c8]亲测可用哦! 最近在使用express框架及mongodb,由于前端和后端代码修改后都需要实现自动刷新功能,刚 ...
- react native 问题点
问题点一:安装了react-native-vector-icons后,编译出错 版本: "react": "16.2.0", "react-nativ ...