From: Kern Sibbald Date: Thu, 27 Feb 2020 12:50:05 +0000 (+0100) Subject: Update BSD copyright on *.conf.in files X-Git-Tag: Release-9.6.3~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45ed202ca7ac6f367feb977938d78ba9b656344e;p=thirdparty%2Fbacula.git Update BSD copyright on *.conf.in files --- diff --git a/bacula/src/console/bconsole.conf.in b/bacula/src/console/bconsole.conf.in index 84d23a282..a8ae12e72 100644 --- a/bacula/src/console/bconsole.conf.in +++ b/bacula/src/console/bconsole.conf.in @@ -1,7 +1,7 @@ # # Bacula User Agent (or Console) Configuration File # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/bacula/src/dird/bacula-dir.conf.in b/bacula/src/dird/bacula-dir.conf.in index a9b7f04a5..8adcc4de8 100644 --- a/bacula/src/dird/bacula-dir.conf.in +++ b/bacula/src/dird/bacula-dir.conf.in @@ -11,7 +11,7 @@ # from root to your address. See the "mail" and "operator" # directives in the Messages resource. # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/bacula/src/filed/bacula-fd.conf.in b/bacula/src/filed/bacula-fd.conf.in index 0770d9e62..bcc6d0ed8 100644 --- a/bacula/src/filed/bacula-fd.conf.in +++ b/bacula/src/filed/bacula-fd.conf.in @@ -7,7 +7,7 @@ # File daemon Name to # # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/bacula/src/qt-console/bat.conf.in b/bacula/src/qt-console/bat.conf.in index a70e9617b..1b45be039 100644 --- a/bacula/src/qt-console/bat.conf.in +++ b/bacula/src/qt-console/bat.conf.in @@ -1,6 +1,9 @@ # # Bacula Administration Tool (bat) configuration file # +# Copyright (C) 2000-2020 Kern Sibbald +# License: BSD 2-Clause; see file LICENSE-FOSS +# Director { Name = @basename@-dir diff --git a/bacula/src/qt-console/tray-monitor/bacula-tray-monitor.conf.in b/bacula/src/qt-console/tray-monitor/bacula-tray-monitor.conf.in index 4a9eff7b1..2add7216d 100644 --- a/bacula/src/qt-console/tray-monitor/bacula-tray-monitor.conf.in +++ b/bacula/src/qt-console/tray-monitor/bacula-tray-monitor.conf.in @@ -1,7 +1,7 @@ # # Bacula Tray Monitor Configuration File # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/bacula/src/qt-console/tray-monitor/tray-monitor.conf.in b/bacula/src/qt-console/tray-monitor/tray-monitor.conf.in index 3f72921b2..8a9a0ab2c 100644 --- a/bacula/src/qt-console/tray-monitor/tray-monitor.conf.in +++ b/bacula/src/qt-console/tray-monitor/tray-monitor.conf.in @@ -1,7 +1,7 @@ # # Bacula Tray Monitor Configuration File # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/bacula/src/stored/bacula-sd.conf.in b/bacula/src/stored/bacula-sd.conf.in index 1c1d4a401..e2786c081 100644 --- a/bacula/src/stored/bacula-sd.conf.in +++ b/bacula/src/stored/bacula-sd.conf.in @@ -10,7 +10,7 @@ # that dird.conf has corresponding changes. # # -# Copyright (C) 2000-2017 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # diff --git a/bacula/src/win32/full_win32_installer/bacula-dir.conf.in b/bacula/src/win32/full_win32_installer/bacula-dir.conf.in index 6b3fe43a4..d101072fb 100644 --- a/bacula/src/win32/full_win32_installer/bacula-dir.conf.in +++ b/bacula/src/win32/full_win32_installer/bacula-dir.conf.in @@ -1,380 +1,383 @@ -# -# Default Bacula Director Configuration file -# -# The only thing that MUST be changed is to add one or more -# file or directory names in the Include directive of the -# FileSet resource. -# -# For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@ @DISTVER@ -# -# You might also want to change the default email address -# from root to your address. See the "mail" and "operator" -# directives in the Messages resource. -# - -Director { # define myself - Name = @director_name@ - DIRport = @director_port@ # where we listen for UA connections - QueryFile = "@bin_dir@\\query.sql" - WorkingDirectory = "@working_dir@" - PidDirectory = "@working_dir@" - Maximum Concurrent Jobs = @director_maxjobs@ - Password = "@director_password@" # Console password - Messages = Daemon -} - -JobDefs { - Name = "DefaultJob" - Type = Backup - Level = Incremental - Client = @client_name@ - FileSet = "Test Set" - Schedule = "WeeklyCycle" - Storage = File - Messages = Standard - Pool = Default - Priority = 10 -} - - -# -# Define the main nightly save backup job -# By default, this job will back up to disk in C:/tmp -Job { - Name = "Client1" - JobDefs = "DefaultJob" - Write Bootstrap = "@working_dir@\\Client1.bsr" -} - -#Job { -# Name = "Client2" -# Client = @client_name@2 -# JobDefs = "DefaultJob" -# Write Bootstrap = "@working_dir@\\Client2.bsr" -#} - -# Backup the catalog database (after the nightly save) -Job { - Name = "BackupCatalog" - JobDefs = "DefaultJob" - Level = Full - FileSet="Catalog" - Schedule = "WeeklyCycleAfterBackup" - # This creates an ASCII copy of the catalog - RunBeforeJob = "\"@bin_dir@\\make_catalog_backup\" bacula bacula" - # This deletes the copy of the catalog - RunAfterJob = "\"@bin_dir@\\delete_catalog_backup\"" - Write Bootstrap = "@working_dir@\\BackupCatalog.bsr" - Priority = 11 # run after main backup -} - -# -# Standard Restore template, to be changed by Console program -# Only one such job is needed for all Jobs/Clients/Storage ... -# -Job { - Name = "RestoreFiles" - Type = Restore - Client=@client_name@ - FileSet="Test Set" - Storage = File - Pool = Default - Messages = Standard - Where = "C:\\tmp\\bacula-restores" -} - -# -# Note: Windows path separators do NOT work correctly in FileSets. -# -# List of files to be backed up -FileSet { - Name = "Test Set" - Include { - Options { - signature = MD5 - ignore case = yes - } -# -# Put your list of files here, preceded by 'File =', one per line -# or include an external list with: -# -# File =