named-journalprint - readable form
named-journalprint {journal}
NAMED-JOURNALPRINT(8) BIND9 NAMED-JOURNALPRINT(8)
NAME
named-journalprint - print zone journal in human-readable form
SYNOPSIS
named-journalprint {journal}
DESCRIPTION
named-journalprint prints the contents of a zone journal file in a
human-readable form.
Journal files are automatically created by named when changes are made
to dynamic zones (e.g., by nsupdate). They record each addition or
deletion of a resource record, in binary format, allowing the changes
to be re-applied to the zone when the server is restarted after a
shutdown or crash. By default, the name of the journal file is formed
by appending the extension .jnl to the name of the corresponding zone
file.
named-journalprint converts the contents of a given journal file into a
human-readable text format. Each line begins with "add" or "del", to
indicate whether the record was added or deleted, and continues with
the resource record in master-file format.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+------------------+
|Availability | network/dns/bind |
+---------------+------------------+
|Stability | Uncommitted |
+---------------+------------------+
SEE ALSO
named(8), nsupdate(1), BIND 9 Administrator Reference Manual.
AUTHOR
Internet Systems Consortium, Inc.
COPYRIGHT
Copyright (C) 2009, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
NOTES
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from
http://ftp.isc.org/isc/bind9/9.10.6-P1/bind-9.10.6-P1.tar.gz
Further information about this software can be found on the open source
community website at http://www.isc.org/software/bind/.
ISC 2009-12-04 NAMED-JOURNALPRINT(8)