summaryrefslogtreecommitdiffstats
path: root/doc/man_knotc.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man_knotc.rst')
-rw-r--r--doc/man_knotc.rst22
1 files changed, 12 insertions, 10 deletions
diff --git a/doc/man_knotc.rst b/doc/man_knotc.rst
index f9a5509..d03bc77 100644
--- a/doc/man_knotc.rst
+++ b/doc/man_knotc.rst
@@ -80,8 +80,8 @@ Actions
Stop the server if running.
**reload**
- Reload the server configuration and modified zone files. All open zone
- transactions will be aborted!
+ Reload the server configuration and modified zone files, and reopen the log files
+ if they are configured. All open zone transactions will be aborted!
**stats** [*module*\ [\ **.**\ *counter*\ ]]
Show global statistics counter(s). To print also counters with value 0, use
@@ -142,13 +142,15 @@ Actions
together with keys (or keys without the KASP database), zone's catalog,
and the server QUIC key and certificate, respectively, are backed up,
or omitted from the backup. By default, filters **+zonefile**, **+timers**,
- **+kaspdb**, **+nokeysonly**, **+catalog**, **+quic**, and **+nojournal**
+ **+kaspdb**, **+catalog**, **+quic**, **+nojournal**, and **+nokeysonly**
are set for backup. The same defaults are set for restore, with the only
- difference being **+noquic**. Setting a filter for an item doesn't change
- default settings for other items. If zone flushing is disabled, the original
- zone file is backed up instead of writing out zone contents to a file.
- When backing-up a catalog zone, it is recommended to prevent ongoing changes
- to it by use of **zone-freeze**.
+ difference being **+noquic**. Setting a filter for an item doesn't change the
+ default settings for other items. The only exception is **+keysonly**, which
+ disables all other filters by default, but they can still be turned on
+ explicitly. If zone flushing is disabled, the original zone file is backed
+ up instead of writing out zone contents to a file. When backing-up a catalog
+ zone, it is recommended to prevent ongoing changes to it by use of
+ **zone-freeze**.
See :ref:`Notes<notes>` below about the directory permissions. (#)
**zone-restore** [*zone*...] **+backupdir** *directory* [*filter*...]
@@ -248,8 +250,8 @@ Actions
database from purging before the import itself.
Also ensure the server is not using the configuration database at the same time! (*)
-**conf-export** [*filename*]
- Export the configuration database into a config file or stdout. (*)
+**conf-export** [*filename*] [+schema]
+ Export the configuration database (or JSON schema) into a file or stdout. (*)
**conf-list** [*item*]
List the configuration database sections or section items.