dumprdd – tool to output script, constructed from rdd(1) configs.

Synopsis

dumprdd DATA [options]
dumprdd DATA OBJECT [options]
dumprdd [options]
dumprdd --help|--version

Description

dumprdd constructs the script, based on rdd(1) configuration files, and prints it to stdout. Command does not launch or write anything.

The conventions of rdd(1) apply here as well, including options, syntax, limits and environment. Refer to the head man page for their detailed description.

The changes, specific to dumprdd command, are as follows:

-
Options, concerning choice of functions, take no effect.
-
Second argument OBJECT is always interpreted as the single object name. If the list is given, output data is constructed for the first object in that list.

See also

rdd(1), rdd-howto(7), datardd(1), droprdd(1), lsrdd(1), make(1)