]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/bind9/bin/tools/named-journalprint.8
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / bind9 / bin / tools / named-journalprint.8
1 .\" Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
2 .\" 
3 .\" Permission to use, copy, modify, and/or distribute this software for any
4 .\" purpose with or without fee is hereby granted, provided that the above
5 .\" copyright notice and this permission notice appear in all copies.
6 .\" 
7 .\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
8 .\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9 .\" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
10 .\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11 .\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
12 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13 .\" PERFORMANCE OF THIS SOFTWARE.
14 .\"
15 .\" $Id$
16 .\"
17 .hy 0
18 .ad l
19 .\"     Title: named\-journalprint
20 .\"    Author: 
21 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
22 .\"      Date: Feb 18, 2009
23 .\"    Manual: BIND9
24 .\"    Source: BIND9
25 .\"
26 .TH "NAMED\-JOURNALPRINT" "8" "Feb 18, 2009" "BIND9" "BIND9"
27 .\" disable hyphenation
28 .nh
29 .\" disable justification (adjust text to left margin only)
30 .ad l
31 .SH "NAME"
32 named\-journalprint \- print zone journal in human\-readable form
33 .SH "SYNOPSIS"
34 .HP 19
35 \fBnamed\-journalprint\fR {\fIjournal\fR}
36 .SH "DESCRIPTION"
37 .PP
38 \fBnamed\-journalprint\fR
39 prints the contents of a zone journal file in a human\-readable form.
40 .PP
41 Journal files are automatically created by
42 \fBnamed\fR
43 when changes are made to dynamic zones (e.g., by
44 \fBnsupdate\fR). They record each addition or deletion of a resource record, in binary format, allowing the changes to be re\-applied to the zone when the server is restarted after a shutdown or crash. By default, the name of the journal file is formed by appending the extension
45 \fI.jnl\fR
46 to the name of the corresponding zone file.
47 .PP
48 \fBnamed\-journalprint\fR
49 converts the contents of a given journal file into a human\-readable text format. Each line begins with "add" or "del", to indicate whether the record was added or deleted, and continues with the resource record in master\-file format.
50 .SH "SEE ALSO"
51 .PP
52 \fBnamed\fR(8),
53 \fBnsupdate\fR(8),
54 BIND 9 Administrator Reference Manual.
55 .SH "AUTHOR"
56 .PP
57 Internet Systems Consortium
58 .SH "COPYRIGHT"
59 Copyright \(co 2009 Internet Systems Consortium, Inc. ("ISC")
60 .br