The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

fdbput - Copies files from filesystem to DBIx::FileStore tables

SYNOPSIS

% fdbput filename.txt

# writes filename.txt from filesystem to filestore

% fdbput filename.txt filename2.txt

# puts named files into filestore

% fdbput filename.txt -local=/tmp/filename-now.txt

# puts contents of file /tmp/filename-now.txt into filestore under the name 'filename.txt'.

DESCRIPTION

Copies files from the filesystem to DBIx::Filestore.

--local option allows user to specify a different name in the filestore from the name used in the filesystem.

AUTHOR

Josh Rabinowitz <joshr>

SEE ALSO

DBIx::FileStore, fdbcat, fdbls, fdbmv, fdbget, fdbrm, fdbstat, fdbtidy