blob: da2ed97bfaf2bc51d69096b777ce3f8c6680b08a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
.. highlight:: none
``kcatalogprint`` – Knot DNS catalog print utility
==================================================
Synopsis
--------
:program:`kcatalogprint` [*config_option*] [*options*]
Description
-----------
The program prints zone catalog stored in a catalog database.
Config options
..............
**-c**, **--config** *file*
Use a textual configuration file (default is :file:`@config_dir@/knot.conf`).
**-C**, **--confdb** *directory*
Use a binary configuration database directory (default is :file:`@storage_dir@/confdb`).
The default configuration database, if exists, has a preference to the default
configuration file.
**-D**, **--dir** *path*
Use specified catalog database path and default configuration.
Options
.......
**-a**, **--catalog**
Filter the output by catalog zone name.
**-m**, **--member**
Filter the output by member zone name.
**-h**, **--help**
Print the program help.
**-V**, **--version**
Print the program version. The option **-VV** makes the program
print the compile time configuration summary.
Exit values
-----------
Exit status of 0 means successful operation. Any other exit status indicates
an error.
See Also
--------
:manpage:`knotd(8)`, :manpage:`knot.conf(5)`.
|