NAME

cs::Legato::Networker::Dump - a dump record in Legato's Networker backup system


SYNOPSIS

use cs::Legato::Networker::Dump;


DESCRIPTION

The cs::Legato::Networker::Dump module describes a dump record.


GENERAL FUNCTIONS


OBJECT CREATION

cs::Legato::Networker::Dump::find(ssid)

Obtain a extant cs::Legato::Networker::Dump object representing the dump with save set number ssid.


OBJECT METHODS

SSid()

Return the save set number for this dump.

TapeLabels()

Return the tape labels for this dump.

AddTape(label)

Add the tape with the specified label the the list of tapes spanned by this dump.

ClientName()

Return the client name for this dump.

Client()

Return the cs::Legato::Networker::Client object for this dump.


SEE ALSO

cs::Legato::Networker


AUTHOR

Cameron Simpson <cs@zip.com.au>