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 -h, --help
30 Print the program help.
31
32 -V, --version
33 Print the program version.
34
35 Parameters
36 journal_db
37 A path to the journal database.
38
39 zone_name
40 A name of the zone to print the history for.
41
43 Last (most recent) 5 changes without colors:
44
45 $ kjournalprint -nl 5 /var/lib/knot/journal example.com.
46
48 knotd(8), knot.conf(5).
49
51 CZ.NIC Labs <https://www.knot-dns.cz>
52
54 Copyright 2010–2019, CZ.NIC, z.s.p.o.
55
56
57
58
592.7.6 2019-01-23 KJOURNALPRINT(8)