named-makejournal - Man Page

create a journal from zone files

Synopsis

named-makejournal [-hm] {origin} {oldfile} {newfile} [journal]

Description

named-makejournal scans the contents of two zone files for the domain specified by origin, compares them, and writes the differences into a journal file.  The resulting journal file could then be used by named to load the zone and provide incremental zone transfers.

Both oldfile and newfile must be successfully loadable as zone databases, and newfile must have a higher SOA serial number than oldfile.

If the optional argument journal is not specified, then the journal file name will be formed by appending the extension .jnl to the zone file name specified as oldfile.

If the journal file already exists, then it will be applied to oldfile immediately after loading. The difference between the resulting zone and the one in newfile will then be appended onto the end of the journal. This allows creation of journal files with multiple transactions, by running named-makejournal multiple times, updating newfile each time.

Options

-h

Print a usage summary.

-m

Enables memory usage debugging.

See Also

named(8), named-journalprint(1), BIND 9 Administrator Reference Manual.

Author

Internet Systems Consortium

Info

2025-08-13 9.21.11 BIND 9