2 .\" Title: \fBndb_print_backup_file\fR
3 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
6 .\" Manual: MySQL Database System
10 .TH "\FBNDB_PRINT_BACKUP_" "1" "11/04/2013" "MySQL 5\&.1" "MySQL Database System"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
25 .\" disable justification (adjust text to left margin only)
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .\" ndb_print_backup_file
32 ndb_print_backup_file \- print NDB backup file contents
34 .HP \w'\fBndb_print_backup_file\ \fR\fB\fIfile_name\fR\fR\ 'u
35 \fBndb_print_backup_file \fR\fB\fIfile_name\fR\fR
38 \fBndb_print_backup_file\fR
39 obtains diagnostic information from a cluster backup file\&.
46 ndb_print_backup_file \fIfile_name\fR
53 is the name of a cluster backup file\&. This can be any of the files (\&.Data,
56 file) found in a cluster backup directory\&. These files are found in the data node\*(Aqs backup directory under the subdirectory
57 BACKUP\-\fI#\fR, where
59 is the sequence number for the backup\&. For more information about cluster backup files and their contents, see
60 Section\ \&17.5.3.1, \(lqMySQL Cluster Backup Concepts\(rq\&.
63 \fBndb_print_schema_file\fR
65 \fBndb_print_sys_file\fR
66 (and unlike most of the other
68 utilities that are intended to be run on a management server host or to connect to a management server)
69 \fBndb_print_backup_file\fR
70 must be run on a cluster data node, since it accesses the data node file system directly\&. Because it does not make use of the management server, this utility can be used when the management server is not running, and even when the cluster has been completely shut down\&.
77 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
79 This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
81 This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
83 You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
86 For more information, please refer to the MySQL Reference Manual,
87 which may already be installed locally and which is also available
88 online at http://dev.mysql.com/doc/.
90 Oracle Corporation (http://dev.mysql.com/).