[BACK]Return to man.named-journalprint.html CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / doc / arm

Annotation of src/external/mpl/bind/dist/doc/arm/man.named-journalprint.html, Revision 1.1.1.2

1.1       christos    1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
                      2: <!--
                      3:  - Copyright (C) 2000-2018 Internet Systems Consortium, Inc. ("ISC")
                      4:  -
                      5:  - This Source Code Form is subject to the terms of the Mozilla Public
                      6:  - License, v. 2.0. If a copy of the MPL was not distributed with this
                      7:  - file, You can obtain one at http://mozilla.org/MPL/2.0/.
                      8: -->
                      9: <html lang="en">
                     10: <head>
                     11: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
                     12: <title>named-journalprint</title>
                     13: <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
                     14: <link rel="home" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
                     15: <link rel="up" href="Bv9ARM.ch12.html" title="Manual pages">
                     16: <link rel="prev" href="man.named-checkzone.html" title="named-checkzone">
                     17: <link rel="next" href="man.named-nzd2nzf.html" title="named-nzd2nzf">
                     18: </head>
                     19: <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
                     20: <div class="navheader">
                     21: <table width="100%" summary="Navigation header">
                     22: <tr><th colspan="3" align="center"><span class="application">named-journalprint</span></th></tr>
                     23: <tr>
                     24: <td width="20%" align="left">
                     25: <a accesskey="p" href="man.named-checkzone.html">Prev</a> </td>
                     26: <th width="60%" align="center">Manual pages</th>
                     27: <td width="20%" align="right"> <a accesskey="n" href="man.named-nzd2nzf.html">Next</a>
                     28: </td>
                     29: </tr>
                     30: </table>
                     31: <hr>
                     32: </div>
                     33: <div class="refentry">
                     34: <a name="man.named-journalprint"></a><div class="titlepage"></div>
                     35:
                     36:
                     37:
                     38:
                     39:
                     40:   <div class="refnamediv">
                     41: <h2>Name</h2>
                     42: <p>
                     43:     <span class="application">named-journalprint</span>
                     44:      &#8212; print zone journal in human-readable form
                     45:   </p>
                     46: </div>
                     47:
                     48:
                     49:
                     50:   <div class="refsynopsisdiv">
                     51: <h2>Synopsis</h2>
                     52:     <div class="cmdsynopsis"><p>
                     53:       <code class="command">named-journalprint</code>
                     54:        {<em class="replaceable"><code>journal</code></em>}
                     55:     </p></div>
                     56:   </div>
                     57:
                     58:   <div class="refsection">
                     59: <a name="id-1.13.24.7"></a><h2>DESCRIPTION</h2>
                     60:
                     61:     <p>
                     62:       <span class="command"><strong>named-journalprint</strong></span>
                     63:       prints the contents of a zone journal file in a human-readable
                     64:       form.
                     65:     </p>
                     66:     <p>
                     67:       Journal files are automatically created by <span class="command"><strong>named</strong></span>
                     68:       when changes are made to dynamic zones (e.g., by
                     69:       <span class="command"><strong>nsupdate</strong></span>).  They record each addition
                     70:       or deletion of a resource record, in binary format, allowing the
                     71:       changes to be re-applied to the zone when the server is
                     72:       restarted after a shutdown or crash.  By default, the name of
                     73:       the journal file is formed by appending the extension
                     74:       <code class="filename">.jnl</code> to the name of the corresponding
                     75:       zone file.
                     76:     </p>
                     77:     <p>
                     78:       <span class="command"><strong>named-journalprint</strong></span> converts the contents of a given
                     79:       journal file into a human-readable text format.  Each line begins
                     80:       with "add" or "del", to indicate whether the record was added or
                     81:       deleted, and continues with the resource record in master-file
                     82:       format.
                     83:     </p>
                     84:   </div>
                     85:
                     86:   <div class="refsection">
                     87: <a name="id-1.13.24.8"></a><h2>SEE ALSO</h2>
                     88:
                     89:     <p>
                     90:       <span class="citerefentry">
                     91:         <span class="refentrytitle">named</span>(8)
                     92:       </span>,
                     93:       <span class="citerefentry">
                     94:         <span class="refentrytitle">nsupdate</span>(1)
                     95:       </span>,
                     96:       <em class="citetitle">BIND 9 Administrator Reference Manual</em>.
                     97:     </p>
                     98:   </div>
                     99:
                    100: </div>
                    101: <div class="navfooter">
                    102: <hr>
                    103: <table width="100%" summary="Navigation footer">
                    104: <tr>
                    105: <td width="40%" align="left">
                    106: <a accesskey="p" href="man.named-checkzone.html">Prev</a> </td>
                    107: <td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch12.html">Up</a></td>
                    108: <td width="40%" align="right"> <a accesskey="n" href="man.named-nzd2nzf.html">Next</a>
                    109: </td>
                    110: </tr>
                    111: <tr>
                    112: <td width="40%" align="left" valign="top">
                    113: <span class="application">named-checkzone</span> </td>
                    114: <td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
                    115: <td width="40%" align="right" valign="top"> <span class="application">named-nzd2nzf</span>
                    116: </td>
                    117: </tr>
                    118: </table>
                    119: </div>
1.1.1.2 ! christos  120: <p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.13.5-W1 (Development Release)</p>
1.1       christos  121: </body>
                    122: </html>

CVSweb <webmaster@jp.NetBSD.org>