NAME

cs::Legato::Networker::Client - a client record in Legato's Networker backup system


SYNOPSIS

use cs::Legato::Networker::Client;


DESCRIPTION

The cs::Legato::Networker::Client module describes a client (host).


GENERAL FUNCTIONS

clients()

Return a list of known clients.


OBJECT CREATION

cs::Legato::Networker::Client::find(client)

Obtain a cs::Legato::Networker::Client object representing the named client.


OBJECT METHODS

Dumps()

Return the sequence numbers of dumps for this clients.

Dump(seq)

Return the cs::Legato::Networker::Dump object for the specified sequence number seq.


SEE ALSO

cs::Legato::Networker


AUTHOR

Cameron Simpson <cs@zip.com.au>