1KJOURNALPRINT(8)                   Knot DNS                   KJOURNALPRINT(8)
2
3
4

NAME

6       kjournalprint - Knot DNS journal print utility
7

SYNOPSIS

9       kjournalprint [config_option config_argument] [option...] zone_name
10
11       kjournalprint [config_option config_argument] -z
12

DESCRIPTION

14       The  program  prints  zone history stored in a journal database. As de‐
15       fault, changes are colored for terminal.
16
17   Config options
18       -c, --config file
19              Use    a    textual    configuration    file     (default     is
20              /etc/knot/knot.conf).
21
22       -C, --confdb directory
23              Use  a  binary  configuration  database  directory  (default  is
24              /var/lib/knot/confdb).  The default configuration  database,  if
25              exists, has a preference to the default configuration file.
26
27       -D, --dir path
28              Use specified journal database path and default configuration.
29
30   Options
31       -z, --zone-list
32              Instead of reading the journal, display the list of zones in the
33              DB.
34
35       -l, --limit limit
36              Limits the number of displayed changes.
37
38       -s, --serial soa
39              Start at a specific SOA serial.
40
41       -H, --check
42              Enable additional journal semantic checks during printing.
43
44       -d, --debug
45              Debug mode brief output.
46
47       -x, --mono
48              Don't generate colorized output.
49
50       -n, --no-color
51              An alias for -x. Use of this option is deprecated,  it  will  be
52              removed in the future.
53
54       -X, --color
55              Force colorized output.
56
57       -h, --help
58              Print the program help.
59
60       -V, --version
61              Print the program version.
62
63   Parameters
64       zone_name
65              A name of the zone to print the history for.
66

EXIT VALUES

68       Exit  status of 0 means successful operation. Any other exit status in‐
69       dicates an error.
70

EXAMPLES

72       Last (most recent) 5 changes without colors:
73
74          $ kjournalprint -nl 5 /var/lib/knot/journal example.com.
75

SEE ALSO

77       knotd(8), knot.conf(5).
78

AUTHOR

80       CZ.NIC Labs <https://www.knot-dns.cz>
81
83       Copyright 2010–2022, CZ.NIC, z.s.p.o.
84
85
86
87
883.2.4                             2022-12-12                  KJOURNALPRINT(8)
Impressum