CANNOT_REMOVE_VSNAPSHOT_ERR = "Unable to remove volume snapshot {vsnapshot}! Please you must remove it manually."
CANNOT_START_CONNECTIONSERVER = "Cannot start ConnectionServer. Err={}"
-VSNAPSHOT_BACKUP_COMPATIBLE_INFO = "The pvc `{}` is compatible with volume snapshot backup. Doing backup with this tecnology."
+VSNAPSHOT_BACKUP_COMPATIBLE_INFO = "The pvc `{}` is compatible with volume snapshot backup. Doing backup with this technology."
class JobPodBacula(Job, metaclass=ABCMeta):
"""
setup(
name='baculak8s',
version='2.1.0',
- author='Francisco Manuel Garcia Botella',
- author_email='francisco.garcia@baculasystems.com',
+ author='Radoslaw Korzeniewski, Francisco Manuel Garcia Botella',
+ author_email='radekk@korzeniewski.net, francisco.garcia@baculasystems.com',
packages=find_packages(exclude=('tests', 'tests.*')),
# packages=packages,
license="Bacula® - The Network Backup Solution",
*/
/**
* @file kubernetes-fd.c
- * @author Francisco Manuel Garcia Botella (francisco.garcia@baculasystems.com)
+ * @author Radosław Korzeniewski (radoslaw@korzeniewski.net)
+ * Modified by: Francisco Manuel Garcia Botella (francisco.garcia@baculasystems.com)
* @brief This is a Bacula Kubernetes Plugin with metaplugin interface.
* @version 2.1.0
* @date 2023-07-31
to_search=$2
n_test=$3
log_file=${tmp}/${type_log}log${n_test}.out
- grep "${to_search}" ${log_file}
+ grep "${to_search}" ${log_file} > /dev/null
F=$?
if [ $F -ne 0 ]
then