CatalystX::Usul::TapeDevice - Provides tape device methods


CatalystX-Usul documentation  | view source Contained in the CatalystX-Usul distribution.

Index


Name

Top

CatalystX::Usul::TapeDevice - Provides tape device methods

Version

Top

0.3.$Revision: 576 $

Synopsis

Top

   use CatalystX::Usul::TapeDevice;

Description

Top

Provides methods to perform tape backups using either dump or tar

Subroutines/Methods

Top

eject

Ejects the tape in the selected drive

get_status

For the given filesystem volume, looks up all the data used by the backup_view method

process

Called from a command line wrapper this method executes the actual dump or tar command

start

Calls the external command line wrapper which performs the backup. Runs the command asynchronously so that it can return immediately to the action that called it

_get_last

For the given filesystem volume this method stashes values for last_dump and last_level which it parses from the data in the file pointed to by the dump_dates attribute (defaults to /etc/dumpdates). Called by the retrieve method

Diagnostics

Top

None

Configuration and Environment

Top

None

Dependencies

Top

CatalystX::Usul
CatalystX::Usul::Utils

Incompatibilities

Top

There are no known incompatibilities in this module

Bugs and Limitations

Top

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Author

Top

Peter Flanigan, <Support at RoxSoft.co.uk>

License and Copyright

Top


CatalystX-Usul documentation  | view source Contained in the CatalystX-Usul distribution.