diff -r d9b06b08b28d -r 91c0492cd6a6 bin/amdumpext --- a/bin/amdumpext Tue Dec 17 15:58:28 2013 +0100 +++ b/bin/amdumpext Tue Dec 17 23:43:01 2013 +0100 @@ -52,7 +52,7 @@ CALCSIZE => NO, # estimate --calcsize # RECORD => YES, # --record - COLLECTION => NO, + COLLECTION => NO, ); sub exec_support; @@ -81,6 +81,7 @@ MAIN: { my $command = shift // pod2usage; + #warn "<<< $command | @ARGV >>>\n"; GetOptions( 'config=s' => \$opt_config, @@ -443,8 +444,9 @@ sub exec_restore { if (not @_ or $_[0] eq '.') { - # complete file system restore - exec 'restore', '-yrf', '-'; + + # complete file system restore + exec 'restore', '-yrf', '-'; } # just some files - in this mode