From: Radosław Korzeniewski Date: Fri, 5 Nov 2021 11:23:57 +0000 (+0100) Subject: kubernetes: Add DONOTSAVE_FT_PLUGIN_CONFIG option. X-Git-Tag: Beta-15.0.0~770 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aaa29e09f7158a648cca1b12bada4dcbdafdca7;p=thirdparty%2Fbacula.git kubernetes: Add DONOTSAVE_FT_PLUGIN_CONFIG option. --- diff --git a/bacula/src/plugins/fd/kubernetes-fd.c b/bacula/src/plugins/fd/kubernetes-fd.c index 119377790..9d64472f3 100644 --- a/bacula/src/plugins/fd/kubernetes-fd.c +++ b/bacula/src/plugins/fd/kubernetes-fd.c @@ -49,6 +49,8 @@ const int32_t CUSTOMCANCELSLEEP = 0; checkFile_t checkFile = NULL; const bool CORELOCALRESTORE = false; const bool ACCURATEPLUGINPARAMETER = true; +const int ADDINCLUDESTRIPOPTION = 0; +const bool DONOTSAVE_FT_PLUGIN_CONFIG = false; #ifdef DEVELOPER const metadataTypeMap plugin_metadata_map[] = {{"METADATA_STREAM", plugin_meta_blob}};