1<!-- 2 - Copyright (C) 2009, 2014 Internet Systems Consortium, Inc. ("ISC") 3 - 4 - Permission to use, copy, modify, and/or distribute this software for any 5 - purpose with or without fee is hereby granted, provided that the above 6 - copyright notice and this permission notice appear in all copies. 7 - 8 - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 9 - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 10 - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 11 - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 12 - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 13 - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14 - PERFORMANCE OF THIS SOFTWARE. 15--> 16<!-- Id --> 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.71.1"> 22</head> 23<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"> 24<a name="man.named-journalprint"></a><div class="titlepage"></div> 25<div class="refnamediv"> 26<h2>Name</h2> 27<p><span class="application">named-journalprint</span> — print zone journal in human-readable form</p> 28</div> 29<div class="refsynopsisdiv"> 30<h2>Synopsis</h2> 31<div class="cmdsynopsis"><p><code class="command">named-journalprint</code> {<em class="replaceable"><code>journal</code></em>}</p></div> 32</div> 33<div class="refsect1" lang="en"> 34<a name="id2543354"></a><h2>DESCRIPTION</h2> 35<p> 36 <span><strong class="command">named-journalprint</strong></span> 37 prints the contents of a zone journal file in a human-readable 38 form. 39 </p> 40<p> 41 Journal files are automatically created by <span><strong class="command">named</strong></span> 42 when changes are made to dynamic zones (e.g., by 43 <span><strong class="command">nsupdate</strong></span>). They record each addition 44 or deletion of a resource record, in binary format, allowing the 45 changes to be re-applied to the zone when the server is 46 restarted after a shutdown or crash. By default, the name of 47 the journal file is formed by appending the extension 48 <code class="filename">.jnl</code> to the name of the corresponding 49 zone file. 50 </p> 51<p> 52 <span><strong class="command">named-journalprint</strong></span> converts the contents of a given 53 journal file into a human-readable text format. Each line begins 54 with "add" or "del", to indicate whether the record was added or 55 deleted, and continues with the resource record in master-file 56 format. 57 </p> 58</div> 59<div class="refsect1" lang="en"> 60<a name="id2543389"></a><h2>SEE ALSO</h2> 61<p> 62 <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>, 63 <span class="citerefentry"><span class="refentrytitle">nsupdate</span>(8)</span>, 64 <em class="citetitle">BIND 9 Administrator Reference Manual</em>. 65 </p> 66</div> 67<div class="refsect1" lang="en"> 68<a name="id2543420"></a><h2>AUTHOR</h2> 69<p><span class="corpauthor">Internet Systems Consortium</span> 70 </p> 71</div> 72</div></body> 73</html> 74