Author: jrussell
Date: 2010-09-14 23:43:54 +0200 (Tue, 14 Sep 2010)
New Revision: 22716
Log:
Start to change how the manual 'ibbackup + extra steps' procedure is characterized.
Probably it will move to after the innobackup/mysqlbackup discussion as an 'advanced topic'.
Modified:
trunk/mysql-enterprise-backup-3.5/manual.xml
Modified: trunk/mysql-enterprise-backup-3.5/manual.xml
===================================================================
--- trunk/mysql-enterprise-backup-3.5/manual.xml 2010-09-14 20:11:06 UTC (rev 22715)
+++ trunk/mysql-enterprise-backup-3.5/manual.xml 2010-09-14 21:43:54 UTC (rev 22716)
Changed blocks: 2, Lines Added: 11, Lines Deleted: 12; 1903 bytes
@@ -973,16 +973,15 @@
<title>Making a Point-in-Time Backup of Both InnoDB and MyISAM Tables</title>
- <para>
- <emphasis role="bold">IMPORTANT:</emphasis> The information in
- this section applies only to Windows systems. For Linux and Unix
- systems, you can use the <literal>&hlbackup;</literal> command
- to automate the procedure presented in this section, as
- described in <xref linkend="innobackup"/>. The
- <literal>&hlbackup;</literal> command is currently not available
- on Windows systems, so you must perform some extra steps with
- the <literal>&llbackup;</literal> command.
- </para>
+ <note>
+ <para>
+ This section describes low-level backup techniques that are
+ only applicable for expert users. You can use the
+ <literal>&hlbackup;</literal> command to automate the
+ procedure presented in this section, as described in
+ <xref linkend="innobackup"/>.
+ </para>
+ </note>
<para>
You can use the <literal>&llbackup;</literal> option
@@ -4297,8 +4296,8 @@
<title><literal>&hlbackup;</literal> Command</title>
<para>
- <literal>&hlbackup;</literal> is a command that automates
- the backup of both MyISAM and InnoDB type tables and
+ <literal>&hlbackup;</literal> is a command that automates the
+ backup of both MyISAM and InnoDB type tables and
<literal>.frm</literal> files. It is an adaptable front-end for
<literal>&llbackup;</literal>. See <xref linkend="innobackup"/>
for more information.
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r22716 - trunk/mysql-enterprise-backup-3.5 | john.russell | 14 Sep |