NAME

cs::BudTool - a module for working with the BudTool backup system


SYNOPSIS

use cs::BudTool;

@labels = cs::BudTool::tapes();

$tape = cs::BudTool::findTape($label);


DESCRIPTION

The cs::BudTool module talks to the BudTool backup system, permitting queries about tapes and jukeboxes.


GENERAL FUNCTIONS

tapes()

Return a list of the labels of all known tapes.

clients()

Return a list of the client names known.


OBJECT CREATION

tape(label)

Return the cs::BudTool::Tape object with the specified label or undef if none.


OBJECT METHODS


SEE ALSO

cs::BudTool::Tape


AUTHOR

Cameron Simpson <cs@zip.com.au>