summaryrefslogtreecommitdiff
path: root/usr.sbin/nsd/nsd-patch.8.in
blob: 3ab96da229d72f5bed5ab264702a55e543ef2b63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.TH "nsd\-patch" "8" "Mar 22, 2011" "NLnet Labs" "nsd 3.2.8"
.\" Copyright (c) 2001\-2011, NLnet Labs. All rights reserved.
.\" See LICENSE for the license.
.SH "NAME"
.LP
.B nsd\-patch
\- NSD zone patcher version 3.2.8.
.SH "SYNOPSIS"
.B nsd\-patch
.RB [ \-c
.IR configfile ]
.RB [ \-f ]
.RB [ \-h ]
.RB [ \-l ]
.RB [ \-o
.IR dbfile ]
.RB [ \-s ]
.RB [ \-x
.IR difffile ]
.SH "DESCRIPTION"
.LP
.B Nsd\-patch
is the zone patcher for nsd(8). It reads in the nsd database 
(nsd.db) and difffile (ixfr.db), and overwrites the zone text files 
if they have been updated. Running this regularly ensures that the 
difffile does not grow infinitely.
.SH "OPTIONS" 
.TP
.B \-c\fI configfile
Read specified configfile instead of the default
.IR @nsdconfigfile@ .
.TP
.B \-f
Forces writing zone files. Also zones that have not changed are written
back to their zone files.
.TP
.B \-h
Print usage help information and exit.
.TP
.B \-l
List the journal entries from the difffile. Does not write to zone files.
.TP
.B \-o\fI dbfile
Store the output directly to dbfile.
.TP
.B \-s
Skip writing zone files. No zones are written back to their zone files.
.TP
.B \-x\fI difffile
Read specified difffile. Overrides the config file setting.
.SH "FILES"
.TP
@dbfile@
default
.B NSD
database
.TP
@nsdconfigfile@
default
.B NSD
configuration file
.SH "SEE ALSO"
nsd(8), nsdc(8), nsd.conf(5), nsd-checkconf(8), nsd-notify(8), 
nsd-xfer(8), nsd\-zonec(8)
.SH "AUTHORS"
.LP
.B NSD
was written by NLnet Labs and RIPE NCC joint team. Please see
CREDITS file in the distribution for further details.