NAME
fdbtidy - Handle dangling blocks in the DBIx::FileStore filestore
SYNOPSIS
% fdbtidy
shows if any rows in the fileblocks table don't have a corresponding for in the files table.
% fdbtidy -v
shows if any rows in the fileblocks table don't have a corresponding for in the files table, and shows files being checked.
% fdbtidy -clean
removes any dangling blocks found.
DESCRIPTION
fdbtidy - looks for dangling blocks in the DBIx::FileStore filestore.
If --clean is used, it will clean up the dangling blocks.
If --verbose is used, it will show verbose data about what it's doing.
AUTHOR
Josh Rabinowitz <joshr>
SEE ALSO
DBIx::FileStore, fdbcat, fdbget, fdbls, fdbmv, fdbput, fdbrm, fdbstat