4.0.0alpha.svn.7719
Amanda modules list
List of All Modules
All Amanda Releases

Amanda::Extract

NAME

Amanda::Extract - perl utilities to run scripts and applications

SYNOPSIS

  use Amanda::Extract;

  my $extract = Amanda::Extract->new(hdr => $hdr,
                                     dle => $dle);

  my (@bsu, @err)= $extract->BSU();
  # @err can be an array of string
  # @bsu can be an Amanda::Message on error

  # to do an extraction:
  $extract->set_restore_argv(target => $target,
                             use_dar   => $use_dar,
                             state_filename => $state_filename,
                             application_property => \@application_property);
  # you can fork/exec $extract->{'restore_argv'}


  # to do a validation:
  $extract->set_validate_argv(target => $target,
                              use_dar   => $use_dar,
                              state_filename => $state_filename,
                              application_property => \@application_property);
  # you can fork/exec $extract->{'restore_argv'}
  #

ABOUT THIS PAGE

This page was automatically generated Tue Mar 19 07:08:16 2019 from the Amanda source tree, and documents the most recent development version of Amanda. For documentation specific to the version of Amanda on your system, use the 'perldoc' command.


4.0.0alpha.svn.7719