1KJOURNALPRINT(8)                   Knot DNS                   KJOURNALPRINT(8)
2
3
4

NAME

6       kjournalprint - Knot DNS journal print utility
7

SYNOPSIS

9       kjournalprint [options] journal_dir zone_name
10

DESCRIPTION

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       -n, --no-color
26              Removes changes coloring.
27
28       -z, --zone-list
29              Instead of reading the journal, display the list of zones in the
30              DB.  (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

EXIT VALUES

49       Exit  status of 0 means successful operation. Any other exit status in‐
50       dicates an error.
51

EXAMPLES

53       Last (most recent) 5 changes without colors:
54
55          $ kjournalprint -nl 5 /var/lib/knot/journal example.com.
56

SEE ALSO

58       knotd(8), knot.conf(5).
59

AUTHOR

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.6                             2021-05-12                  KJOURNALPRINT(8)
Impressum