named-journalprint.html revision 71ba75c604df3604673232828a68bb28c420e698
70e5a7403f0e0a3bd292b8287c5fed5772c15270Automatic Updater - Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence - Permission to use, copy, modify, and/or distribute this software for any
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater - purpose with or without fee is hereby granted, provided that the above
1633838b8255282d10af15c5c84cee5a51466712Bob Halley - copyright notice and this permission notice appear in all copies.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews - PERFORMANCE OF THIS SOFTWARE.
c50fd34a4e0e6978f8ca5f6f3ad8545549c3cfeeBob Halley<!-- $Id: named-journalprint.html,v 1.2 2009/12/04 21:59:23 marka Exp $ -->
c50fd34a4e0e6978f8ca5f6f3ad8545549c3cfeeBob Halley<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
c50fd34a4e0e6978f8ca5f6f3ad8545549c3cfeeBob Halley<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
904a5734375869ffb504ed8cde6b68cafadb6d64Bob Halley<a name="man.journalprint"></a><div class="titlepage"></div>
25e43e68b7431d5e4ff8b5427108cd7f5f9bcf3eBob Halley<p><span class="application">journalprint</span> — print zone journal in human-readable form</p>
09f22ac5b09e70bc526015f37168ba33e21ea91fDavid Lawrence<div class="cmdsynopsis"><p><code class="command">journalprint</code> {<em class="replaceable"><code>journal</code></em>}</p></div>
904a5734375869ffb504ed8cde6b68cafadb6d64Bob Halley <span><strong class="command">journalprint</strong></span>
25e43e68b7431d5e4ff8b5427108cd7f5f9bcf3eBob Halley prints the contents of a zone journal file in a human-readable
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington Journal files are automatically created by <span><strong class="command">named</strong></span>
b6309ed962c4988a314d61742c4fbc4935467d68Mark Andrews when changes are made to dynamic zones (e.g., by
b6309ed962c4988a314d61742c4fbc4935467d68Mark Andrews <span><strong class="command">nsupdate</strong></span>). They record each addition
b6309ed962c4988a314d61742c4fbc4935467d68Mark Andrews or deletion of a resource record, in binary format, allowing the
b6309ed962c4988a314d61742c4fbc4935467d68Mark Andrews changes to be re-applied to the zone when the server is
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington restarted after a shutdown or crash. By default, the name of
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington the journal file is formed by appending the extension
b6309ed962c4988a314d61742c4fbc4935467d68Mark Andrews <code class="filename">.jnl</code> to the name of the corresponding
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington <span><strong class="command">journalprint</strong></span> converts the contents of a given
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington journal file into a human-readable text format. Each line begins
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington with "add" or "del", to indicate whether the record was added or
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington deleted, and continues with the resource record in master-file
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington <span class="citerefentry"><span class="refentrytitle">nsupdate</span>(8)</span>,
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington <em class="citetitle">BIND 9 Administrator Reference Manual</em>.
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington<p><span class="corpauthor">Internet Systems Consortium</span>