1224090Sdougb<!--
2224090Sdougb - Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
3224090Sdougb - 
4224090Sdougb - Permission to use, copy, modify, and/or distribute this software for any
5224090Sdougb - purpose with or without fee is hereby granted, provided that the above
6224090Sdougb - copyright notice and this permission notice appear in all copies.
7224090Sdougb - 
8224090Sdougb - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9224090Sdougb - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10224090Sdougb - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
11224090Sdougb - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12224090Sdougb - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13224090Sdougb - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14224090Sdougb - PERFORMANCE OF THIS SOFTWARE.
15224090Sdougb-->
16234010Sdougb<!-- $Id$ -->
17224090Sdougb<html>
18224090Sdougb<head>
19224090Sdougb<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
20224090Sdougb<title>named-journalprint</title>
21224090Sdougb<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
22224090Sdougb</head>
23224090Sdougb<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
24224090Sdougb<a name="man.named-journalprint"></a><div class="titlepage"></div>
25224090Sdougb<div class="refnamediv">
26224090Sdougb<h2>Name</h2>
27224090Sdougb<p><span class="application">named-journalprint</span> &#8212; print zone journal in human-readable form</p>
28224090Sdougb</div>
29224090Sdougb<div class="refsynopsisdiv">
30224090Sdougb<h2>Synopsis</h2>
31224090Sdougb<div class="cmdsynopsis"><p><code class="command">named-journalprint</code>  {<em class="replaceable"><code>journal</code></em>}</p></div>
32224090Sdougb</div>
33224090Sdougb<div class="refsect1" lang="en">
34234010Sdougb<a name="id2543344"></a><h2>DESCRIPTION</h2>
35224090Sdougb<p>
36224090Sdougb      <span><strong class="command">named-journalprint</strong></span>
37224090Sdougb      prints the contents of a zone journal file in a human-readable
38224090Sdougb      form. 
39224090Sdougb    </p>
40224090Sdougb<p>
41224090Sdougb      Journal files are automatically created by <span><strong class="command">named</strong></span> 
42224090Sdougb      when changes are made to dynamic zones (e.g., by
43224090Sdougb      <span><strong class="command">nsupdate</strong></span>).  They record each addition
44224090Sdougb      or deletion of a resource record, in binary format, allowing the
45224090Sdougb      changes to be re-applied to the zone when the server is
46224090Sdougb      restarted after a shutdown or crash.  By default, the name of
47224090Sdougb      the journal file is formed by appending the extension
48224090Sdougb      <code class="filename">.jnl</code> to the name of the corresponding
49224090Sdougb      zone file.
50224090Sdougb    </p>
51224090Sdougb<p>
52224090Sdougb      <span><strong class="command">named-journalprint</strong></span> converts the contents of a given
53224090Sdougb      journal file into a human-readable text format.  Each line begins
54224090Sdougb      with "add" or "del", to indicate whether the record was added or
55224090Sdougb      deleted, and continues with the resource record in master-file
56224090Sdougb      format.
57224090Sdougb    </p>
58224090Sdougb</div>
59224090Sdougb<div class="refsect1" lang="en">
60234010Sdougb<a name="id2543379"></a><h2>SEE ALSO</h2>
61224090Sdougb<p>
62224090Sdougb      <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
63224090Sdougb      <span class="citerefentry"><span class="refentrytitle">nsupdate</span>(8)</span>,
64224090Sdougb      <em class="citetitle">BIND 9 Administrator Reference Manual</em>.
65224090Sdougb    </p>
66224090Sdougb</div>
67224090Sdougb<div class="refsect1" lang="en">
68234010Sdougb<a name="id2543410"></a><h2>AUTHOR</h2>
69224090Sdougb<p><span class="corpauthor">Internet Systems Consortium</span>
70224090Sdougb    </p>
71224090Sdougb</div>
72224090Sdougb</div></body>
73224090Sdougb</html>
74