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

Describes v0.17.$Rev: 1 $

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

CatalystX::Usul::Controller
CatalystX::Usul::TraitFor::Controller::PersistentState

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) 2014 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