Name
CatalystX::Usul::Model::TapeBackup - Provides tape backup methods
Version
0.5.$Revision: 1139 $
Synopsis
package MyApp;
use Catalyst qw(ConfigComponents);
# In the application configuration file
<component name="Model::TapeBackup">
<base_class>CatalystX::Usul::Model::TapeBackup</base_class>
</component>
Description
Provides methods to perform tape backups using either dump
or tar
Subroutines/Methods
build_per_context_instance
Creates a new instance of CatalystX::Usul::TapeBackup and stores a cloned copy of CatalystX::Usul::Model::FileSystem
backup_form
Stuffs the stash with data to render the backup form
eject
Eject the tape
start
Start a backup
Diagnostics
None
Configuration and Environment
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) 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