# Bacula RPM spec file
#
-# Copyright (C) 2013-2014 Bacula Systems SA
+# Copyright (C) 2000-2020 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
# Platform Build Configuration
# TODO: merge all plugins into one spec file
#
# Bacula RPM spec file
#
-#
-# Copyright (C) 2000-2015 Kern Sibbald
+# Copyright (C) 2000-2020 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
# Bacula RPM spec file
#
-#
-# Copyright (C) 2000-2015 Kern Sibbald
+# Copyright (C) 2000-2020 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
# Bacula RPM spec file
#
-# Copyright (C) 2012-2017 Bacula Systems SA
+# Copyright (C) 2000-2020 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
# Platform Build Configuration
# TODO: merge all plugins into one spec file
--with-mon-fd-password="XXX_REPLACE_WITH_CLIENT_MONITOR_PASSWORD_XXX" \
--with-mon-sd-password="XXX_REPLACE_WITH_STORAGE_MONITOR_PASSWORD_XXX" \
--with-openssl \
- --with-tcp-wrappers
+ --with-tcp-wrappers
make
#
# Bacula RPM spec file
#
+# Copyright (C) 2000-2020 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
# Platform Build Configuration
#
# Bacula RPM spec file
#
-#
-# Copyright (C) 2000-2015 Kern Sibbald
+# Copyright (C) 2000-2020 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
#
# Bacula RPM spec file
#
+# Copyright (C) 2000-2020 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
# Platform Build Configuration
# Bacula RPM spec file
#
-# Copyright (C) 2013-2014 Bacula Systems SA
+# Copyright (C) 2000-2020 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
# Platform Build Configuration
# TODO: merge all plugins into one spec file
#
# Bacula RPM spec file
#
-#
-# Copyright (C) 2000-2015 Kern Sibbald
+# Copyright (C) 2000-2020 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
#
# Bacula RPM spec file
#
-#
-# Copyright (C) 2000-2015 Kern Sibbald
+# Copyright (C) 2000-2020 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
#
# Bacula RPM spec file
#
-#
-# Copyright (C) 2000-2015 Kern Sibbald
+# Copyright (C) 2000-2020 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
# Bacula RPM spec file
#
-#
-# Copyright (C) 2000-2015 Kern Sibbald
+# Copyright (C) 2000-2020 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
#!/usr/bin/perl -w
#
-# Copyright (C) 2000-2015 Kern Sibbald
+# Copyright (C) 2000-2020 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
use strict;
=head1 LICENSE
- Copyright (C) 2008-2014 Bacula Systems SA
-
- Bacula(R) is a registered trademark of Kern Sibbald.
- The licensor of Bacula Enterprise is Bacula Systems SA,
- Rue Galilee 5, 1400 Yverdon-les-Bains, Switzerland.
-
- This file has been made available for your personal use in the
- hopes that it will allow community users to make better use of
- Bacula.
+#
+# Copyright (C) 2000-2020 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
=head1 VERSION
#!/bin/bash
#
-# Bacula® - The Network Backup Solution
-#
-# Copyright (C) 2007-2017 Bacula Systems SA
-# All rights reserved.
-#
-# The main author of Bacula is Kern Sibbald, with contributions from many
-# others, a complete list can be found in the file AUTHORS.
-#
-# Licensees holding a valid Bacula Systems SA license may use this file
-# and others of this release in accordance with the proprietary license
-# agreement provided in the LICENSE file. Redistribution of any part of
-# this release is not permitted.
-#
-# Bacula® is a registered trademark of Kern Sibbald.
#
+# Copyright (C) 2000-2020 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
#
# This is an Inteos regression tests support utilities.
# Author: Radoslaw Korzeniewski, radekk@inteos.pl, Inteos Sp. z o.o.
# now check if we are running under a proper shell
if test "x$SHELL" != "x/bin/bash"
then
- echo "Regression script must use BASH for this utilities!"
- exit 1
+ echo "Regression script must use BASH for this utilities!"
+ exit 1
fi
#
LPLUG=$1
if [ "x$debug" != "x" ]
then
- LPLUG="$LPLUG debug=1"
+ LPLUG="$LPLUG debug=1"
fi
export LPLUG
}
# generate ${tmp}/blog${ltest}.out job output messages logfile
#
# in:
-# $1 - a test number to perform which means it execute a job=${JobName}${1}
+# $1 - a test number to perform which means it execute a job=${JobName}${1}
#
do_regress_backup_test()
{
blevel="full"
if [ "x$2" != "x" ]
then
- blevel=$2
+ blevel=$2
fi
printf " backup test${ltest} ... "
cat << END_OF_DATA >${tmp}/bconcmds
lplug=$LPLUG
if [ "x$3" != "x" ]
then
- lplug=$3
+ lplug=$3
fi
printf " listing test${ltest} ... "
cat << END_OF_DATA >${tmp}/bconcmds