No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / bind / dist / bin / tools / named-journalprint.html
blob142003c3b28e97bd9158cebec3c51c1c72809fca
1 <!--
2 - Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
4 - Permission to use, copy, modify, and/or distribute this software for any
5 - purpose with or without fee is hereby granted, provided that the above
6 - copyright notice and this permission notice appear in all copies.
8 - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9 - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10 - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
11 - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12 - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13 - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14 - PERFORMANCE OF THIS SOFTWARE.
15 -->
17 <!-- Id: named-journalprint.html,v 1.3 2009/12/04 22:22:25 tbox Exp -->
18 <html>
19 <head>
20 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
21 <title>named-journalprint</title>
22 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
23 </head>
24 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
25 <a name="man.named-journalprint"></a><div class="titlepage"></div>
26 <div class="refnamediv">
27 <h2>Name</h2>
28 <p><span class="application">named-journalprint</span> &#8212; print zone journal in human-readable form</p>
29 </div>
30 <div class="refsynopsisdiv">
31 <h2>Synopsis</h2>
32 <div class="cmdsynopsis"><p><code class="command">named-journalprint</code> {<em class="replaceable"><code>journal</code></em>}</p></div>
33 </div>
34 <div class="refsect1" lang="en">
35 <a name="id2543342"></a><h2>DESCRIPTION</h2>
36 <p>
37 <span><strong class="command">named-journalprint</strong></span>
38 prints the contents of a zone journal file in a human-readable
39 form.
40 </p>
41 <p>
42 Journal files are automatically created by <span><strong class="command">named</strong></span>
43 when changes are made to dynamic zones (e.g., by
44 <span><strong class="command">nsupdate</strong></span>). They record each addition
45 or deletion of a resource record, in binary format, allowing the
46 changes to be re-applied to the zone when the server is
47 restarted after a shutdown or crash. By default, the name of
48 the journal file is formed by appending the extension
49 <code class="filename">.jnl</code> to the name of the corresponding
50 zone file.
51 </p>
52 <p>
53 <span><strong class="command">named-journalprint</strong></span> converts the contents of a given
54 journal file into a human-readable text format. Each line begins
55 with "add" or "del", to indicate whether the record was added or
56 deleted, and continues with the resource record in master-file
57 format.
58 </p>
59 </div>
60 <div class="refsect1" lang="en">
61 <a name="id2543378"></a><h2>SEE ALSO</h2>
62 <p>
63 <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
64 <span class="citerefentry"><span class="refentrytitle">nsupdate</span>(8)</span>,
65 <em class="citetitle">BIND 9 Administrator Reference Manual</em>.
66 </p>
67 </div>
68 <div class="refsect1" lang="en">
69 <a name="id2543409"></a><h2>AUTHOR</h2>
70 <p><span class="corpauthor">Internet Systems Consortium</span>
71 </p>
72 </div>
73 </div></body>
74 </html>