/contrib/bind9/doc/arm/man.named-journalprint.html

https://bitbucket.org/freebsd/freebsd-head/ · HTML · 112 lines · 95 code · 0 blank · 17 comment · 0 complexity · 371aea9707d462e1d847a3db9e8606e1 MD5 · raw file

  1. <!--
  2. - Copyright (C) 2004-2012 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. <!-- $Id$ -->
  18. <html>
  19. <head>
  20. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  21. <title>named-journalprint</title>
  22. <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
  23. <link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
  24. <link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
  25. <link rel="prev" href="man.named.html" title="named">
  26. <link rel="next" href="man.nsupdate.html" title="nsupdate">
  27. </head>
  28. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  29. <div class="navheader">
  30. <table width="100%" summary="Navigation header">
  31. <tr><th colspan="3" align="center"><span class="application">named-journalprint</span></th></tr>
  32. <tr>
  33. <td width="20%" align="left">
  34. <a accesskey="p" href="man.named.html">Prev</a> </td>
  35. <th width="60%" align="center">Manual pages</th>
  36. <td width="20%" align="right"> <a accesskey="n" href="man.nsupdate.html">Next</a>
  37. </td>
  38. </tr>
  39. </table>
  40. <hr>
  41. </div>
  42. <div class="refentry" lang="en">
  43. <a name="man.named-journalprint"></a><div class="titlepage"></div>
  44. <div class="refnamediv">
  45. <h2>Name</h2>
  46. <p><span class="application">named-journalprint</span> &#8212; print zone journal in human-readable form</p>
  47. </div>
  48. <div class="refsynopsisdiv">
  49. <h2>Synopsis</h2>
  50. <div class="cmdsynopsis"><p><code class="command">named-journalprint</code> {<em class="replaceable"><code>journal</code></em>}</p></div>
  51. </div>
  52. <div class="refsect1" lang="en">
  53. <a name="id2612358"></a><h2>DESCRIPTION</h2>
  54. <p>
  55. <span><strong class="command">named-journalprint</strong></span>
  56. prints the contents of a zone journal file in a human-readable
  57. form.
  58. </p>
  59. <p>
  60. Journal files are automatically created by <span><strong class="command">named</strong></span>
  61. when changes are made to dynamic zones (e.g., by
  62. <span><strong class="command">nsupdate</strong></span>). They record each addition
  63. or deletion of a resource record, in binary format, allowing the
  64. changes to be re-applied to the zone when the server is
  65. restarted after a shutdown or crash. By default, the name of
  66. the journal file is formed by appending the extension
  67. <code class="filename">.jnl</code> to the name of the corresponding
  68. zone file.
  69. </p>
  70. <p>
  71. <span><strong class="command">named-journalprint</strong></span> converts the contents of a given
  72. journal file into a human-readable text format. Each line begins
  73. with "add" or "del", to indicate whether the record was added or
  74. deleted, and continues with the resource record in master-file
  75. format.
  76. </p>
  77. </div>
  78. <div class="refsect1" lang="en">
  79. <a name="id2638618"></a><h2>SEE ALSO</h2>
  80. <p>
  81. <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
  82. <span class="citerefentry"><span class="refentrytitle">nsupdate</span>(8)</span>,
  83. <em class="citetitle">BIND 9 Administrator Reference Manual</em>.
  84. </p>
  85. </div>
  86. <div class="refsect1" lang="en">
  87. <a name="id2638649"></a><h2>AUTHOR</h2>
  88. <p><span class="corpauthor">Internet Systems Consortium</span>
  89. </p>
  90. </div>
  91. </div>
  92. <div class="navfooter">
  93. <hr>
  94. <table width="100%" summary="Navigation footer">
  95. <tr>
  96. <td width="40%" align="left">
  97. <a accesskey="p" href="man.named.html">Prev</a> </td>
  98. <td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch10.html">Up</a></td>
  99. <td width="40%" align="right"> <a accesskey="n" href="man.nsupdate.html">Next</a>
  100. </td>
  101. </tr>
  102. <tr>
  103. <td width="40%" align="left" valign="top">
  104. <span class="application">named</span> </td>
  105. <td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
  106. <td width="40%" align="right" valign="top"> <span class="application">nsupdate</span>
  107. </td>
  108. </tr>
  109. </table>
  110. </div>
  111. </body>
  112. </html>