NAME
fdbget - Copies files from DBIx::Filestore to filesystem
SYNOPSIS
% fdbget filename.txt
fetches filename.txt from filestore, writes to filename.txt on filesystem
% fdbget filename.txt filename2.txt
fetches named files from filestore, writes to filesystem
% fdbget filename.txt -local=/tmp/filename-now.txt
fetches named files from filestore, writes to filesystem under filename specifed by --local=filename option.
DESCRIPTION
Copies files from filestore to filesystem. --local option allows user to specify different name on the filesystem from the name used in the filestore.
AUTHOR
Josh Rabinowitz <joshr>
SEE ALSO
DBIx::FileStore, fdbcat, fdbls, fdbmv, fdbput, fdbrm, fdbstat, fdbtidy