1KJOURNALPRINT(8) Knot DNS KJOURNALPRINT(8)
2
3
4
6 kjournalprint - Knot DNS journal print utility
7
9 kjournalprint [config_option] [options] zone_name
10
11 kjournalprint [config_option] -z
12
14 The program prints zone history stored in a journal database. As de‐
15 fault, changes are colored for terminal.
16
17 Parameters
18 zone_name
19 A name of the zone to print the history for.
20
21 Config options
22 -c, --config file
23 Use a textual configuration file (default is
24 /etc/knot/knot.conf).
25
26 -C, --confdb directory
27 Use a binary configuration database directory (default is
28 /var/lib/knot/confdb). The default configuration database, if
29 exists, has a preference to the default configuration file.
30
31 -D, --dir path
32 Use specified journal database path and default configuration.
33
34 Options
35 -z, --zone-list
36 Instead of reading the journal, display the list of zones in the
37 DB.
38
39 -l, --limit limit
40 Limits the number of displayed changes.
41
42 -s, --serial soa
43 Start at a specific SOA serial.
44
45 -H, --check
46 Enable additional journal semantic checks during printing.
47
48 -d, --debug
49 Debug mode brief output.
50
51 -x, --mono
52 Don't generate colorized output.
53
54 -n, --no-color
55 An alias for -x. Use of this option is deprecated, it will be
56 removed in the future.
57
58 -X, --color
59 Force colorized output.
60
61 -h, --help
62 Print the program help.
63
64 -V, --version
65 Print the program version.
66
68 Exit status of 0 means successful operation. Any other exit status in‐
69 dicates an error.
70
72 Last (most recent) 5 changes without colors:
73
74 $ kjournalprint -nl 5 /var/lib/knot/journal example.com.
75
77 knotd(8), knot.conf(5).
78
80 CZ.NIC Labs <https://www.knot-dns.cz>
81
83 Copyright 2010–2023, CZ.NIC, z.s.p.o.
84
85
86
87
883.3.2 2023-10-20 KJOURNALPRINT(8)