cs::Legato::Networker - a module for working with Legato's Networker backup system
use cs::Legato::Networker;
@labels = cs::Legato::Networker::tapes();
$tape = cs::Legato::Networker::findTape($label);
The cs::Legato::Networker module talks to the Legato Networker 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::Legato::Networker::Tape object with the specified label or undef if none.
cs::Legato::Networker::Tape(3)
Cameron Simpson <cs@zip.com.au>