man.named-journalprint.html revision 49644c0c8f98a45063c600ae90632bf2b91c4c37
427N/A<!--
427N/A - Copyright (C) 2009, 2010 Internet Systems Consortium, Inc. ("ISC")
427N/A -
427N/A - Permission to use, copy, modify, and/or distribute this software for any
427N/A - purpose with or without fee is hereby granted, provided that the above
427N/A - copyright notice and this permission notice appear in all copies.
427N/A -
427N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
427N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
427N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
427N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
427N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
427N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
427N/A - PERFORMANCE OF THIS SOFTWARE.
427N/A-->
427N/A
427N/A<!-- $Id: man.named-journalprint.html,v 1.6 2010/01/08 23:51:44 tbox Exp $ -->
427N/A<html>
427N/A<head>
427N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
427N/A<title>named-journalprint</title>
427N/A<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
427N/A<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
427N/A<link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
427N/A<link rel="prev" href="man.named.html" title="named">
427N/A<link rel="next" href="man.nsupdate.html" title="nsupdate">
427N/A</head>
427N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
427N/A<div class="navheader">
427N/A<table width="100%" summary="Navigation header">
427N/A<tr><th colspan="3" align="center"><span class="application">named-journalprint</span></th></tr>
427N/A<tr>
427N/A<td width="20%" align="left">
427N/A<a accesskey="p" href="man.named.html">Prev</a>�</td>
427N/A<th width="60%" align="center">Manual pages</th>
427N/A<td width="20%" align="right">�<a accesskey="n" href="man.nsupdate.html">Next</a>
427N/A</td>
427N/A</tr>
427N/A</table>
427N/A<hr>
427N/A</div>
427N/A<div class="refentry" lang="en">
427N/A<a name="man.named-journalprint"></a><div class="titlepage"></div>
427N/A<div class="refnamediv">
427N/A<h2>Name</h2>
427N/A<p><span class="application">named-journalprint</span> &#8212; print zone journal in human-readable form</p>
427N/A</div>
427N/A<div class="refsynopsisdiv">
427N/A<h2>Synopsis</h2>
427N/A<div class="cmdsynopsis"><p><code class="command">named-journalprint</code> {<em class="replaceable"><code>journal</code></em>}</p></div>
427N/A</div>
427N/A<div class="refsect1" lang="en">
427N/A<a name="id2610892"></a><h2>DESCRIPTION</h2>
427N/A<p>
427N/A <span><strong class="command">named-journalprint</strong></span>
427N/A prints the contents of a zone journal file in a human-readable
427N/A form.
427N/A </p>
427N/A<p>
427N/A Journal files are automatically created by <span><strong class="command">named</strong></span>
427N/A when changes are made to dynamic zones (e.g., by
427N/A <span><strong class="command">nsupdate</strong></span>). 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
<code class="filename">.jnl</code> to the name of the corresponding
zone file.
</p>
<p>
<span><strong class="command">named-journalprint</strong></span> 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.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2614761"></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="id2614792"></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.nsupdate.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">nsupdate</span>
</td>
</tr>
</table>
</div>
</body>
</html>