NAME

cs::Legato::Networker - a module for working with Legato's Networker backup system


SYNOPSIS

use cs::Legato::Networker;

@labels = cs::Legato::Networker::tapes();

$tape = cs::Legato::Networker::findTape($label);


DESCRIPTION

The cs::Legato::Networker module talks to the Legato Networker 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::Legato::Networker::Tape object with the specified label or undef if none.


OBJECT METHODS


SEE ALSO

cs::Legato::Networker::Tape(3)


AUTHOR

Cameron Simpson <cs@zip.com.au>