Name
CatalystX::Usul::Model::TapeBackup - Provides tape backup methods
Version
Describes v0.9.$Rev: 0 $
Synopsis
package YourApp;
use Catalyst qw(ConfigComponents...);
__PACKAGE__->config( 'Model::TapeBackup' => {
parent_classes => 'CatalystX::Usul::Model::TapeBackup' } );
Description
Provides methods to perform tape backups using either dump
or tar
Configuration and Environment
Defines the following list of attributes
- domain_class
-
Overrides the default domain class. Sets it to CatalystX::Usul::TapeBackup
Subroutines/Methods
build_per_context_instance
Creates a new instance of the domain_class
backup_form
$self->backup_form( $paths );
Stuffs the stash with data to render the backup form
eject
$bool = $self->eject;
Eject the tape
start
$bool = $self->start( $paths );
Start a backup
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