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