1KJOURNALPRINT(8) Knot DNS KJOURNALPRINT(8)
2
3
4
6 kjournalprint - Knot DNS journal print utility
7
9 kjournalprint [options] journal_db zone_name
10
12 The program prints zone history stored in a journal database. As
13 default, changes are colored for terminal.
14
15 Options
16 -l, --limit limit
17 Limits the number of displayed changes.
18
19 -d, --debug
20 Debug mode brief output.
21
22 -n, --no-color
23 Removes changes coloring.
24
25 -z, --zone-list
26 Instead of reading jurnal, display the list of zones in the DB.
27 (zone_name not needed)
28
29 -c, --check
30 Enable additional journal semantic checks during printing.
31
32 -h, --help
33 Print the program help.
34
35 -V, --version
36 Print the program version.
37
38 Parameters
39 journal_db
40 A path to the journal database.
41
42 zone_name
43 A name of the zone to print the history for.
44
46 Exit status of 0 means successful operation. Any other exit status
47 indicates an error.
48
50 Last (most recent) 5 changes without colors:
51
52 $ kjournalprint -nl 5 /var/lib/knot/journal example.com.
53
55 knotd(8), knot.conf(5).
56
58 CZ.NIC Labs <https://www.knot-dns.cz>
59
61 Copyright 2010–2020, CZ.NIC, z.s.p.o.
62
63
64
65
662.9.3 2020-03-03 KJOURNALPRINT(8)