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