X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=perl%2FAmanda%2FFeature.pm;h=7e2fb8c566bdf606209c9a2b84be5736af061fc3;hb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;hp=e99ad94755e5778d483ba87ca5528d38f7da2427;hpb=011a59f5a54864108a16af570a6b287410597cc2;p=debian%2Famanda diff --git a/perl/Amanda/Feature.pm b/perl/Amanda/Feature.pm index e99ad94..7e2fb8c 100644 --- a/perl/Amanda/Feature.pm +++ b/perl/Amanda/Feature.pm @@ -195,6 +195,9 @@ package Amanda::Feature; *fe_amidxtaped_abort = *Amanda::Featurec::fe_amidxtaped_abort; *fe_amrecover_correct_disk_quoting = *Amanda::Featurec::fe_amrecover_correct_disk_quoting; *fe_amindexd_quote_label = *Amanda::Featurec::fe_amindexd_quote_label; +*fe_amrecover_receive_unfiltered = *Amanda::Featurec::fe_amrecover_receive_unfiltered; +*fe_application_client_name = *Amanda::Featurec::fe_application_client_name; +*fe_script_client_name = *Amanda::Featurec::fe_script_client_name; *last_feature = *Amanda::Featurec::last_feature; @EXPORT_OK = (); @@ -415,6 +418,13 @@ those DISK lines should be ignored. If set, amindexd quote the label (holdingdisk filename) +=item fe_amrecover_receive_unfiltered + + PROTOCOL: amidxtaped + FEATURE OF: client + +If set, amidxtaped do not decompress/decrypt client compressed/decrypted stream. + =back =cut