The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

CatalystX::Usul::Controller::Admin::Backup - Tape device backups

Version

0.6.$Revision: 1165 $

Synopsis

   package MyApp::Controller::Admin;

   use base qw(CatalystX::Usul::Controller::Admin);

   __PACKAGE__->build_subcontrollers;

Description

Perform dumps and tars to selected tape device

Subroutines/Methods

backup_base

Set OS specific options on the tape device model

backup

Display the tape backup selection form

backup_eject

Eject the tape from the selected drive

backup_logfile

View the backup logfile

backup_start

Start a backup on the selected drive

Diagnostics

None

Configuration and Environment

None

Dependencies

CatalystX::Usul::Controller

Incompatibilities

There are no known incompatibilities in this module

Bugs and Limitations

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

Author

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

License and Copyright

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