cs::BudTool - a module for working with the BudTool backup system
use cs::BudTool;
@labels = cs::BudTool::tapes();
$tape = cs::BudTool::findTape($label);
The cs::BudTool module talks to the BudTool backup system, permitting queries about tapes and jukeboxes.
tapes()
Return a list of the labels of all known tapes.
clients()
Return a list of the client names known.
Return the cs::BudTool::Tape object with the specified label or undef if none.
cs::BudTool::Tape
Cameron Simpson <cs@zip.com.au>