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 ...
随机推荐
- Keepalived高可用配置
Keepalived简介 Keepalived基于VRRP协议在服务器之间建立了主备关系,通常称之为高可用对.VRRP中文叫虚拟路由冗余协议,目的是解决静态路由的单点故障问题.高可用对之间通过IP多播 ...
- Linux命令--more
more命令,功能类似 cat ,cat命令是整个文件的内容从上到下显示在屏幕上. more会以一页一页的显示方便使用者逐页阅读,而最基本的指令就是按空白键(space)就往下一页显示,按 b 键就会 ...
- HDMI 电视 点对点 桌面超出屏幕
一直在用电视作显示器,但是没有注意点对点到问题,只是感觉字体发虚.直到今天装win10,桌面会超出屏幕,使用intel控制面板调整分辨率后正常,但是注销或重启会再次回复.百度无果,自己摸索,不仅解决了 ...
- keycloack docker 本地运行
参考github地址:https://github.com/jboss-dockerfiles/keycloak 首先使用git 下载该项目 使用docker-compose运行项目,需要进入至doc ...
- 【转载】Scroller源码解析
原文地址:https://github.com/Skykai521/AndroidSdkSourceAnalysis/blob/master/article/Scroller%E6%BA%90%E7% ...
- CNN的发展
模型的建立过程: 1959年,Hubel & Wiesel发现动物视觉皮层中的细胞负责检测感受野(receptive fields)中的光线.论文:Receptive fields and f ...
- 洛谷——P1014 Cantor表
P1014 Cantor表 题目描述 现代数学的著名证明之一是Georg Cantor证明了有理数是可枚举的.他是用下面这一张表来证明这一命题的: 1/1 1/2 1/3 1/4 1/5 … 2/1 ...
- Visual Studio警告IDE0006的解决办法
Visual Studio警告IDE0006的解决办法 Visual Studio警告IDE0006虽然给出明确的操作过程,但是在实施的过程中,还是有很多地方需要注意.下面以官方的信息,介绍一下注意 ...
- Hive 空指针(NPE)异常
空指针NullPointerException 1 Hive之前的一些BUG [HIVE-9430] - NullPointerException on ALTER TABLE ADD PARTITI ...
- 【推导】【分类讨论】Codeforces Round #431 (Div. 1) B. Rooter's Song
给你一个这样的图,那些点是舞者,他们每个人会在原地待ti时间之后,以每秒1m的速度向前移动,到边界以后停止.只不过有时候会碰撞,碰撞之后的转向是这样哒: 让你输出每个人的停止位置坐标. ①将x轴上初始 ...