named-journalprint.html revision 5fa6a064b8301e4f274bd132fd577def59e4fb4c
816e576f77e2c46df3e3d97d65822aa8aded7c4bDavid Lawrence - Copyright (C) 2009, 2014 Internet Systems Consortium, Inc. ("ISC")
d075bd326e34600c036c905eea6c80f565ea951fAndreas Gustafsson - Permission to use, copy, modify, and/or distribute this software for any
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence - purpose with or without fee is hereby granted, provided that the above
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson - copyright notice and this permission notice appear in all copies.
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
6f6fbed6eb4d755198a452e557eead49f215d54bAndreas Gustafsson - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
6f6fbed6eb4d755198a452e557eead49f215d54bAndreas Gustafsson - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson - PERFORMANCE OF THIS SOFTWARE.
76458ec215a57c6806afdd831b9c9a30b93344b0Andreas Gustafsson<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
77527513f94fe78413221a63fd6d383cec32bcafAndreas Gustafsson<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
77527513f94fe78413221a63fd6d383cec32bcafAndreas Gustafsson<a name="man.named-journalprint"></a><div class="titlepage"></div>
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson<p><span class="application">named-journalprint</span> — print zone journal in human-readable form</p>
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson<div class="cmdsynopsis"><p><code class="command">named-journalprint</code> {<em class="replaceable"><code>journal</code></em>}</p></div>
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson<a name="id2543354"></a><h2>DESCRIPTION</h2>
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson <span><strong class="command">named-journalprint</strong></span>
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence prints the contents of a zone journal file in a human-readable
72e278abc7c73059de68017eceae7d5138ee98c1Andreas Gustafsson Journal files are automatically created by <span><strong class="command">named</strong></span>
76458ec215a57c6806afdd831b9c9a30b93344b0Andreas Gustafsson when changes are made to dynamic zones (e.g., by
d075bd326e34600c036c905eea6c80f565ea951fAndreas Gustafsson <span><strong class="command">nsupdate</strong></span>). They record each addition
d075bd326e34600c036c905eea6c80f565ea951fAndreas Gustafsson or deletion of a resource record, in binary format, allowing the
d075bd326e34600c036c905eea6c80f565ea951fAndreas Gustafsson changes to be re-applied to the zone when the server is
a1bb4b0e4f71fb2878050905087d279cfa87b786Andreas Gustafsson restarted after a shutdown or crash. By default, the name of
a1bb4b0e4f71fb2878050905087d279cfa87b786Andreas Gustafsson the journal file is formed by appending the extension
b976f9c60a09f4a098852d0653ad5df6842557a7Andreas Gustafsson <code class="filename">.jnl</code> to the name of the corresponding
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson <span><strong class="command">named-journalprint</strong></span> converts the contents of a given
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson journal file into a human-readable text format. Each line begins
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson with "add" or "del", to indicate whether the record was added or
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson deleted, and continues with the resource record in master-file
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson <span class="citerefentry"><span class="refentrytitle">nsupdate</span>(8)</span>,
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson <em class="citetitle">BIND 9 Administrator Reference Manual</em>.
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson<p><span class="corpauthor">Internet Systems Consortium</span>