From bf12fde0bde8768fc191646cdd4bd2e02ce84b06 Mon Sep 17 00:00:00 2001 From: "heikki@hundin.mysql.fi" <> Date: Sun, 10 Mar 2002 16:19:28 +0200 Subject: [PATCH] manual.texi: Add a note about InnoDB Hot Backup --- Docs/manual.texi | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Docs/manual.texi b/Docs/manual.texi index 3ad42252f0c..936a4015be3 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -37994,7 +37994,19 @@ you at the startup that it is creating new log files. @subsection Backing up and Recovering an InnoDB Database The key to safe database management is taking regular backups. -To take a 'binary' backup of your database you have to do the following: + +InnoDB Hot Backup is an online backup tool you can use to +backup your InnoDB database while it is running. InnoDB +Hot Backup does not require you to shut down your database +and it does not set any locks or disturb your normal +database processing. InnoDB Hot Backup is a non-free +additional tool which is not included in the standard +MySQL distribution. See the InnoDB Hot Backup homepage +@uref{http://www.innodb.com/hotbackup.html} +for detailed information and screenshots. + +If you are able to shut down your MySQL server, then to take +a 'binary' backup of your database you have to do the following: @itemize @bullet @item