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