From 7cea09ae1d70e63d732aa6770dd04e51cffd21c1 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 22 Jan 2007 20:55:37 +0000 Subject: [PATCH] Add note about wd and piddir being read/writable --- docs/developers/version.tex | 2 +- docs/manual-de/update_version | 4 +-- docs/manual-de/version.tex | 2 +- docs/manual/dirdconf.tex | 61 ++++++++++++++++++----------------- docs/manual/version.tex | 2 +- 5 files changed, 36 insertions(+), 35 deletions(-) diff --git a/docs/developers/version.tex b/docs/developers/version.tex index aa6bcfce..32b3e2a7 100644 --- a/docs/developers/version.tex +++ b/docs/developers/version.tex @@ -1 +1 @@ -2.0.1 (12 January 2007) +2.1.1 (18 January 2007) diff --git a/docs/manual-de/update_version b/docs/manual-de/update_version index ecf019c0..5c2e0092 100755 --- a/docs/manual-de/update_version +++ b/docs/manual-de/update_version @@ -3,8 +3,8 @@ # Script file to update the Bacula version # out=/tmp/$$ -VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' /home/kern/bacula/branch-2.0/src/version.h` -DATE=`sed -n -e 's/^.*[ \t]*BDATE.*"\(.*\)"$/\1/p' /home/kern/bacula/branch-2.0/src/version.h` +VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' /home/kern/bacula/k/src/version.h` +DATE=`sed -n -e 's/^.*[ \t]*BDATE.*"\(.*\)"$/\1/p' /home/kern/bacula/k/src/version.h` . ./do_echo sed -f ${out} version.tex.in >version.tex rm -f ${out} diff --git a/docs/manual-de/version.tex b/docs/manual-de/version.tex index aa6bcfce..32b3e2a7 100644 --- a/docs/manual-de/version.tex +++ b/docs/manual-de/version.tex @@ -1 +1 @@ -2.0.1 (12 January 2007) +2.1.1 (18 January 2007) diff --git a/docs/manual/dirdconf.tex b/docs/manual/dirdconf.tex index 39afa361..1314d170 100644 --- a/docs/manual/dirdconf.tex +++ b/docs/manual/dirdconf.tex @@ -124,6 +124,8 @@ in the graphical user interface. This directive is optional. with -dir, -fd, and -sd. Standard shell expansion of the {\bf Directory} is done when the configuration file is read so that values such as {\bf \$HOME} will be properly expanded. This directive is required. + The working directory specified must already exist and be + readable and writable by the Bacula daemon referencing it. If you have specified a Director user and/or a Director group on your ./configure line with {\bf {-}{-}with-dir-user} and/or @@ -134,15 +136,18 @@ in the graphical user interface. This directive is optional. \index[dir]{Pid Directory} \index[dir]{Directive!Pid Directory} This directive is mandatory and specifies a directory in which the Director -may put its process Id file. The process Id file is used to shutdown -Bacula and to prevent multiple copies of Bacula from running simultaneously. -Standard shell expansion of the {\bf Directory} is done when the -configuration file is read so that values such as {\bf \$HOME} will be -properly expanded. + may put its process Id file. The process Id file is used to shutdown + Bacula and to prevent multiple copies of Bacula from running simultaneously. + Standard shell expansion of the {\bf Directory} is done when the + configuration file is read so that values such as {\bf \$HOME} will be + properly expanded. -Typically on Linux systems, you will set this to: {\bf /var/run}. If you are -not installing Bacula in the system directories, you can use the {\bf Working -Directory} as defined above. This directive is required. + The PID directory specified must already exist and be + readable and writable by the Bacula daemon referencing it + + Typically on Linux systems, you will set this to: {\bf /var/run}. If you are + not installing Bacula in the system directories, you can use the {\bf Working + Directory} as defined above. This directive is required. \item [Scripts Directory = \lt{}Directory\gt{}] \index[dir]{Scripts Directory} @@ -170,28 +175,24 @@ Directory} as defined above. This directive is required. \index[general]{Simultaneous Jobs} \index[general]{Concurrent Jobs} where \lt{}number\gt{} is the maximum number of total Director Jobs that -should run concurrently. The default is set to 1, but you may set it to a -larger number. - -Please note that the Volume format becomes much more complicated with -multiple simultaneous jobs, consequently, restores can take much longer if -Bacula must sort through interleaved volume blocks from multiple simultaneous -jobs. This can be avoided by having each simultaneously running job write to -a different volume or by using data spooling, which will first spool the data -to disk simultaneously, then write each spool file to the volume in -sequence. - -There may also still be some cases where directives such as {\bf Maximum -Volume Jobs} are not properly synchronized with multiple simultaneous jobs -(subtle timing issues can arise), so careful testing is recommended. - -At the current time, there is no configuration parameter set to limit the -number of console connections. A maximum of five simultaneous console -connections are permitted. - -For more details on getting concurrent jobs to run, please see -\ilink{Running Concurrent Jobs}{ConcurrentJobs} in the Tips chapter -of this manual. + should run concurrently. The default is set to 1, but you may set it to a + larger number. + + Please note that the Volume format becomes much more complicated with + multiple simultaneous jobs, consequently, restores can take much longer if + Bacula must sort through interleaved volume blocks from multiple simultaneous + jobs. This can be avoided by having each simultaneously running job write to + a different volume or by using data spooling, which will first spool the data + to disk simultaneously, then write each spool file to the volume in + sequence. + + There may also still be some cases where directives such as {\bf Maximum + Volume Jobs} are not properly synchronized with multiple simultaneous jobs + (subtle timing issues can arise), so careful testing is recommended. + + At the current time, there is no configuration parameter set to limit the + number of console connections. A maximum of five simultaneous console + connections are permitted. \item [FD Connect Timeout = \lt{}time\gt{}] \index[dir]{FD Connect Timeout} diff --git a/docs/manual/version.tex b/docs/manual/version.tex index aa6bcfce..32b3e2a7 100644 --- a/docs/manual/version.tex +++ b/docs/manual/version.tex @@ -1 +1 @@ -2.0.1 (12 January 2007) +2.1.1 (18 January 2007) -- 2.39.2