Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
KiokuDB::Cmd::Command::FSCK - Check for broken references
SYNOPSIS
% kioku fsck -D bdb-gin:dir=data/
# to fix any problems:
% kioku edit -D $dsn $( kioku fsck -D $dsn --print )
DESCRIPTION
This commands uses KiokuDB::LinkChecker to search for broken references.
ATTRIBUTES
-
When true the IDs will be printed to STDOUT, allowing you to dump the broken entries:
kioku dump --dsn ... $( kioku fsck --dsn ... --print )