X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=perl%2FAmanda%2FScript.pm;h=c8333d60f5efe88ad8b5eda26f62a5c8e618ebc0;hb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;hp=c8015d0da3d5a0cd9cc70633b1795ba27ab59b6e;hpb=011a59f5a54864108a16af570a6b287410597cc2;p=debian%2Famanda diff --git a/perl/Amanda/Script.pm b/perl/Amanda/Script.pm index c8015d0..c8333d6 100644 --- a/perl/Amanda/Script.pm +++ b/perl/Amanda/Script.pm @@ -65,17 +65,23 @@ sub new { $self->{known_commands} = { support => 1, + pre_amcheck => 1, pre_dle_amcheck => 1, pre_host_amcheck => 1, + post_amcheck => 1, post_dle_amcheck => 1, post_host_amcheck => 1, pre_dle_estimate => 1, + pre_estimate => 1, pre_host_estimate => 1, + post_estimate => 1, post_dle_estimate => 1, post_host_estimate => 1, + pre_backup => 1, pre_dle_backup => 1, pre_host_backup => 1, post_dle_backup => 1, + post_backup => 1, post_host_backup => 1, pre_recover => 1, post_recover => 1,