Name
CatalystX::Usul::Controller::Admin::Backup - Tape device backups
Version
Describes v0.9.$Rev: 0 $
Synopsis
package YourApp::Controller::Admin;
use CatalystX::Usul::Moose;
BEGIN { extends q(CatalystX::Usul::Controller::Admin) }
__PACKAGE__->build_subcontrollers;
Description
Perform dumps and tars to selected tape device
Configuration and Environment
Defines the following attributes
device_class
-
A string which defaults to
TapeBackup
. The name of the interface model class logfile
-
A string which defaults to cli.log. The name of the command line interface log file
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
Dependencies
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) 2013 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