OSDBEXPORT(1) — OBJECTSTORE COMMANDS
NAME
osdbexport − dump ObjectStore database and directory subtrees to standard output
SYNOPSIS
osdbexport [ -f path ] [ -b blocksize ] [ -v ] dbr1 ...
DESCRIPTION
osdbexport dumps the ObjectStore subtrees dbr1, dbr2 ... to standard output, by default.
-f path specifies an alternative output device.
-b blocksize specifies an output blocking factor of 512-byte blocks.
-v specifies that the pathname of each database and directory dumped is printed on standard error.
osdbexport can perform wildcard processing similar to shell wild cards (∗, ?, {}, and []). You must quote the wildcard with quotation marks ("") or a backslash (\) to keep the shell from misinterpreting the asterisk as a shell wild card.
Example:
osdbexport -f /dev/rst8 /
FILES
$OS_ROOTDIR/bin/osdbexport
SEE ALSO
ObjectStore 2.0 — Last change: October 1992