| CatalystX-Usul documentation | view source | Contained in the CatalystX-Usul distribution. |
CatalystX::Usul::TapeDevice - Provides tape device methods
0.3.$Revision: 576 $
use CatalystX::Usul::TapeDevice;
Provides methods to perform tape backups using either dump or tar
Ejects the tape in the selected drive
For the given filesystem volume, looks up all the data used by the
backup_view method
Called from a command line wrapper this method executes the actual dump
or tar command
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
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
None
None
There are no known incompatibilities in this module
There are no known bugs in this module. Please report problems to the address below. Patches are welcome
Peter Flanigan, <Support at RoxSoft.co.uk>
Copyright (c) 2008 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
| CatalystX-Usul documentation | view source | Contained in the CatalystX-Usul distribution. |