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