mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
rndc dumpdb is supported now.
This commit is contained in:
parent
113b8ef973
commit
76c42915b4
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
|
||||
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.69 2000/12/14 22:28:01 marka Exp $ -->
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.70 2000/12/15 21:17:23 gson Exp $ -->
|
||||
|
||||
<book>
|
||||
|
||||
@ -699,6 +699,15 @@ of a server.</para>
|
||||
<entry colname = "2"><para>Toggle query logging.</para></entry>
|
||||
</row>
|
||||
|
||||
<row rowsep = "0">
|
||||
<entry colname = "1"><para><userinput>dumpdb</userinput></para></entry>
|
||||
<entry colname = "2"><para>Dump the current contents of the cache
|
||||
(or caches if there are multiple views) into the file named by the
|
||||
<command>dump-file</command> option
|
||||
(by default, <filename>named_dump.db</filename>).
|
||||
</para></entry>
|
||||
</row>
|
||||
|
||||
<row rowsep = "0">
|
||||
<entry colname = "1"><para><userinput>stop</userinput></para></entry>
|
||||
<entry colname = "2"><para>Stop the server, making sure any recent changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
Copyright (C) 2000 Internet Software Consortium.
|
||||
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
||||
|
||||
$Id: options,v 1.53 2000/12/13 00:15:07 tale Exp $
|
||||
$Id: options,v 1.54 2000/12/15 21:17:25 gson Exp $
|
||||
|
||||
This is a summary of the implementation status of the various named.conf
|
||||
options in BIND 9.
|
||||
@ -38,7 +38,7 @@ options {
|
||||
[ version version_string; ] Yes
|
||||
[ directory path_name; ] Yes
|
||||
[ named-xfer path_name; ] Obsolete
|
||||
[ dump-file path_name; ] No
|
||||
[ dump-file path_name; ] Yes
|
||||
[ memstatistics-file path_name; ] No
|
||||
[ pid-file path_name; ] Yes
|
||||
[ statistics-file path_name; ] Yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user