NAME

cs::BudTool::Client - a client record in the BudTool backup system


SYNOPSIS

use cs::BudTool::Client;


DESCRIPTION

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


GENERAL FUNCTIONS

clients()

Return a list of known clients.


OBJECT CREATION

cs::BudTool::Client::find(client)

Obtain a cs::BudTool::Client object representing the named client.


OBJECT METHODS

Dumps()

Return the sequence numbers of dumps for this clients.

Dump(seq)

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


SEE ALSO

cs::BudTool


AUTHOR

Cameron Simpson <cs@zip.com.au>