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
13 default, 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 specific SOA serial.
21
22 -d, --debug
23 Debug mode brief output.
24
25 -n, --no-color
26 Removes changes coloring.
27
28 -z, --zone-list
29 Instead of reading jurnal, display the list of zones in the DB.
30 (zone_name not needed)
31
32 -c, --check
33 Enable additional journal semantic checks during printing.
34
35 -h, --help
36 Print the program help.
37
38 -V, --version
39 Print the program version.
40
41 Parameters
42 journal_dir
43 A path to the journal database directory.
44
45 zone_name
46 A name of the zone to print the history for.
47
49 Exit status of 0 means successful operation. Any other exit status
50 indicates an error.
51
53 Last (most recent) 5 changes without colors:
54
55 $ kjournalprint -nl 5 /var/lib/knot/journal example.com.
56
58 knotd(8), knot.conf(5).
59
61 CZ.NIC Labs <https://www.knot-dns.cz>
62
64 Copyright 2010–2021, CZ.NIC, z.s.p.o.
65
66
67
68
693.0.5 2021-03-25 KJOURNALPRINT(8)