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,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!
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 ...
随机推荐
- JDBC原生数据库连接
我们在开发JavaWeb项目时,常会需要连接数据库.我们以MySQL数据库为例,IDE工具为eclipse,讲述数据库连接与基本操作. 第一步,我们在Web项目的WebContent中建一个简单的前端 ...
- Leetcode 之Longest Palindromic Substring(30)
很经典的一道题,最长回文子串,有多种方法. 首先介绍的一种方法是从中间向两边展开.注意区分aba和abba型的回文串:如果当前最长的子串已经当于两边中最长的子串了,则无需再去判断. //从中间向两边展 ...
- hdu 1428(很好的一道题,最短路+记忆化搜索)
漫步校园 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submis ...
- QQ分享 QQ空间分享 API链接:
QZone: "http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url={{URL}}&title={{TITL ...
- Linux下服务器搭建
一.安装前准备工作 yum -y install gcc yum -y install gcc-c++ yum -y install make yum -y install ncurses-d ...
- AC日记——餐巾计划问题 洛谷 P1084
餐巾计划问题 思路: 氧气优化水过: 代码: #include <bits/stdc++.h> using namespace std; #define maxn 4005 #define ...
- 使用css中的flex布局弹性手风琴效果
不多说,直接上代码. <!DOCTYPE html> <html lang="en"> <head> <meta charset=&quo ...
- 4.Spark Streaming事务处理
首先,我们必须知道什么是事务及其一致性? 事务应该具有4个属性:原子性.一致性.隔离性.持久性.这四个属性通常称为ACID特性. 原子性(atomicity).一个事务是一个不可分割的工作单位,事务中 ...
- iwebshop 自动给css js链接加版本信息
lib/core/tag_class.php case 'theme:': $path = $matches[4]; $exts = strtolower(substr($matches[4], st ...
- shadowssock启动服务
启动服务:ssserver -c /var/ss/server.json