1mydnsexport(8) System Administrator's Manual mydnsexport(8)
2
3
4
6 mydnsexport - Output zone data in various foreign file formats
7
9 mydnsexport [-b, --bind] [-t, --tinydns-data] [-D, --database=dbname]
10 [-h, --host=hostname] [-p, --password[=password]] [-u, --user=username]
11 [-v, --verbose] [--help] [--version] [ZONE] [...]
12
13
15 mydnsexport outputs information about the zone(s) specified on the com‐
16 mand line to the standard output, in the format specified. By default,
17 it outputs BIND zone file format. Currently it can also output in
18 tinydns-data format if the -t, --tinydns-data option is specified.
19
20 If no zones are specified, all zones will be output.
21
22
23
25 -b, --bind
26 Output the specified zone(s) in BIND zone file format.
27
28
29 -t, --tinydns-data
30 Output the specified zone(s) in tinydns-data format.
31
32
33 -D, --database=dbname
34 Use the database called dbname.
35
36
37 -h, --host=hostname
38 Connect to database server at hostname.
39
40
41 -p, --pass=password
42 Supply password when connecting to the database server. If the
43 password argument is omitted, it will be prompted on the tty.
44
45
46 -u, --user=username
47 Use username when connecting to the database server.
48
49
50 -v, --verbose
51 Enable verbose output while running.
52
53
54 --help Display program help and exit.
55
56
57 --version
58 Output version number and exit.
59
60
61
63 Don Moore <bboy@bboy.net> Howard Wilkinson <howard@cohtech.com>
64
65
66
68 http://mydns.bboy.net
69
70
71
73 mydns(8), mydns.conf(5), mydnscheck(8), mydnsimport(8)
74
75
76
77
78
79mydns 1.2.8.32 Jul 2018 mydnsexport(8)