cs::Legato::Networker::Tape - a tape in Legato's Networker backup system
use cs::Legato::Networker::Tape;
@labels = cs::Legato::Networker::tapes();
$tape = cs::Legato::Networker::find($label);
$label = $tape->Label(); $usage = $tape->Used();
The cs::Legato::Networker::Tape module accesses the Legato tape database.
tapes()
Return a list of the labels of all known tapes.
Obtain a cs::Legato::Networker::Tape object representing the tape with the specified label. Return undef if the label is not known.
Obtain a cs::Legato::Networker::Tape object representing the tape with the specified label. Creates a new object if the label is unknown.
Label()
Return the label for this tape.
Dumps()
Return an array ref of the dumps recorded for this tape.
Add the dump with save set id ssid the the list of dumps on this tape.
Get or set the pool for this tape.
Get or set the used value for this tape.
Get or set the location value for this tape.
Get or set the slot value for this tape.
Get or set the drive value for this tape.
cs::Legato::Networker(3)
Cameron Simpson <cs@zip.com.au>