1<!-- 2 - Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC") 3 - Copyright (C) 2000-2003 Internet Software Consortium. 4 - 5 - Permission to use, copy, modify, and/or distribute this software for any 6 - purpose with or without fee is hereby granted, provided that the above 7 - copyright notice and this permission notice appear in all copies. 8 - 9 - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 10 - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 11 - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 12 - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 13 - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 14 - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 15 - PERFORMANCE OF THIS SOFTWARE. 16--> 17<html> 18<head> 19<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 20<title>named-journalprint</title> 21<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> 22<link rel="home" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual"> 23<link rel="up" href="Bv9ARM.ch13.html" title="Manual pages"> 24<link rel="prev" href="man.lwresd.html" title="lwresd"> 25<link rel="next" href="man.nsupdate.html" title="nsupdate"> 26</head> 27<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 28<div class="navheader"> 29<table width="100%" summary="Navigation header"> 30<tr><th colspan="3" align="center"><span class="application">named-journalprint</span></th></tr> 31<tr> 32<td width="20%" align="left"> 33<a accesskey="p" href="man.lwresd.html">Prev</a>�</td> 34<th width="60%" align="center">Manual pages</th> 35<td width="20%" align="right">�<a accesskey="n" href="man.nsupdate.html">Next</a> 36</td> 37</tr> 38</table> 39<hr> 40</div> 41<div class="refentry"> 42<a name="man.named-journalprint"></a><div class="titlepage"></div> 43<div class="refnamediv"> 44<h2>Name</h2> 45<p><span class="application">named-journalprint</span> — print zone journal in human-readable form</p> 46</div> 47<div class="refsynopsisdiv"> 48<h2>Synopsis</h2> 49<div class="cmdsynopsis"><p><code class="command">named-journalprint</code> {<em class="replaceable"><code>journal</code></em>}</p></div> 50</div> 51<div class="refsection"> 52<a name="id-1.14.19.7"></a><h2>DESCRIPTION</h2> 53<p> 54 <span class="command"><strong>named-journalprint</strong></span> 55 prints the contents of a zone journal file in a human-readable 56 form. 57 </p> 58<p> 59 Journal files are automatically created by <span class="command"><strong>named</strong></span> 60 when changes are made to dynamic zones (e.g., by 61 <span class="command"><strong>nsupdate</strong></span>). They record each addition 62 or deletion of a resource record, in binary format, allowing the 63 changes to be re-applied to the zone when the server is 64 restarted after a shutdown or crash. By default, the name of 65 the journal file is formed by appending the extension 66 <code class="filename">.jnl</code> to the name of the corresponding 67 zone file. 68 </p> 69<p> 70 <span class="command"><strong>named-journalprint</strong></span> converts the contents of a given 71 journal file into a human-readable text format. Each line begins 72 with "add" or "del", to indicate whether the record was added or 73 deleted, and continues with the resource record in master-file 74 format. 75 </p> 76</div> 77<div class="refsection"> 78<a name="id-1.14.19.8"></a><h2>SEE ALSO</h2> 79<p> 80 <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>, 81 <span class="citerefentry"><span class="refentrytitle">nsupdate</span>(8)</span>, 82 <em class="citetitle">BIND 9 Administrator Reference Manual</em>. 83 </p> 84</div> 85</div> 86<div class="navfooter"> 87<hr> 88<table width="100%" summary="Navigation footer"> 89<tr> 90<td width="40%" align="left"> 91<a accesskey="p" href="man.lwresd.html">Prev</a>�</td> 92<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch13.html">Up</a></td> 93<td width="40%" align="right">�<a accesskey="n" href="man.nsupdate.html">Next</a> 94</td> 95</tr> 96<tr> 97<td width="40%" align="left" valign="top"> 98<span class="application">lwresd</span>�</td> 99<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td> 100<td width="40%" align="right" valign="top">�<span class="application">nsupdate</span> 101</td> 102</tr> 103</table> 104</div> 105<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.9.9-P4 (Extended Support Version)</p> 106</body> 107</html> 108