man.named-journalprint.html revision def82e8de9ff45e29ab21e5aba9a39539138c1f4
0N/A<!--
0N/A - Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC")
801N/A - Copyright (C) 2000-2003 Internet Software Consortium.
801N/A -
801N/A - Permission to use, copy, modify, and/or distribute this software for any
0N/A - purpose with or without fee is hereby granted, provided that the above
801N/A - copyright notice and this permission notice appear in all copies.
5612N/A -
801N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
801N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
801N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
5512N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
801N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
5612N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
801N/A - PERFORMANCE OF THIS SOFTWARE.
801N/A-->
801N/A<!-- $Id$ -->
0N/A<html>
5512N/A<head>
5512N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
5512N/A<title>named-journalprint</title>
5512N/A<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
5512N/A<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
5512N/A<link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
5512N/A<link rel="prev" href="man.named.html" title="named">
5512N/A<link rel="next" href="man.named-rrchecker.html" title="named-rrchecker">
5512N/A</head>
5512N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
5512N/A<div class="navheader">
5512N/A<table width="100%" summary="Navigation header">
5512N/A<tr><th colspan="3" align="center"><span class="application">named-journalprint</span></th></tr>
5512N/A<tr>
5512N/A<td width="20%" align="left">
5512N/A<a accesskey="p" href="man.named.html">Prev</a>�</td>
5648N/A<th width="60%" align="center">Manual pages</th>
5648N/A<td width="20%" align="right">�<a accesskey="n" href="man.named-rrchecker.html">Next</a>
5648N/A</td>
5648N/A</tr>
5648N/A</table>
5648N/A<hr>
5648N/A</div>
5512N/A<div class="refentry" lang="en">
5512N/A<a name="man.named-journalprint"></a><div class="titlepage"></div>
5512N/A<div class="refnamediv">
5512N/A<h2>Name</h2>
5512N/A<p><span class="application">named-journalprint</span> &#8212; print zone journal in human-readable form</p>
5512N/A</div>
5512N/A<div class="refsynopsisdiv">
5512N/A<h2>Synopsis</h2>
5512N/A<div class="cmdsynopsis"><p><code class="command">named-journalprint</code> {<em class="replaceable"><code>journal</code></em>}</p></div>
5512N/A</div>
5512N/A<div class="refsect1" lang="en">
5512N/A<a name="id2619698"></a><h2>DESCRIPTION</h2>
5648N/A<p>
5512N/A <span><strong class="command">named-journalprint</strong></span>
5512N/A prints the contents of a zone journal file in a human-readable
5512N/A form.
5512N/A </p>
5512N/A<p>
5512N/A Journal files are automatically created by <span><strong class="command">named</strong></span>
5512N/A when changes are made to dynamic zones (e.g., by
5512N/A <span><strong class="command">nsupdate</strong></span>). They record each addition
5512N/A or deletion of a resource record, in binary format, allowing the
5512N/A changes to be re-applied to the zone when the server is
5512N/A restarted after a shutdown or crash. By default, the name of
5512N/A the journal file is formed by appending the extension
5512N/A <code class="filename">.jnl</code> to the name of the corresponding
5512N/A zone file.
5512N/A </p>
5512N/A<p>
5512N/A <span><strong class="command">named-journalprint</strong></span> converts the contents of a given
5512N/A journal file into a human-readable text format. Each line begins
5512N/A with "add" or "del", to indicate whether the record was added or
5512N/A deleted, and continues with the resource record in master-file
5980N/A format.
5980N/A </p>
5980N/A</div>
5980N/A<div class="refsect1" lang="en">
5980N/A<a name="id2652238"></a><h2>SEE ALSO</h2>
5980N/A<p>
5980N/A <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
5980N/A <span class="citerefentry"><span class="refentrytitle">nsupdate</span>(8)</span>,
801N/A <em class="citetitle">BIND 9 Administrator Reference Manual</em>.
801N/A </p>
801N/A</div>
801N/A<div class="refsect1" lang="en">
801N/A<a name="id2652269"></a><h2>AUTHOR</h2>
801N/A<p><span class="corpauthor">Internet Systems Consortium</span>
801N/A </p>
801N/A</div>
801N/A</div>
0N/A<div class="navfooter">
0N/A<hr>
0N/A<table width="100%" summary="Navigation footer">
0N/A<tr>
<td width="40%" align="left">
<a accesskey="p" href="man.named.html">Prev</a>�</td>
<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch10.html">Up</a></td>
<td width="40%" align="right">�<a accesskey="n" href="man.named-rrchecker.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">
<span class="application">named</span>�</td>
<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
<td width="40%" align="right" valign="top">�<span class="application">named-rrchecker</span>
</td>
</tr>
</table>
</div>
<p style="text-align: center;">BIND 9.11.0pre-alpha</p>
</body>
</html>