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