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