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