]> git.sur5r.net Git - bacula/docs/commitdiff
Add note about wd and piddir being read/writable
authorKern Sibbald <kern@sibbald.com>
Mon, 22 Jan 2007 20:55:37 +0000 (20:55 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 22 Jan 2007 20:55:37 +0000 (20:55 +0000)
docs/developers/version.tex
docs/manual-de/update_version
docs/manual-de/version.tex
docs/manual/dirdconf.tex
docs/manual/version.tex

index aa6bcfce4b13bfa30a985aec744e54b51c18b742..32b3e2a7c9268fd53bf63e52921345c552589bf8 100644 (file)
@@ -1 +1 @@
-2.0.1 (12 January 2007)
+2.1.1 (18 January 2007)
index ecf019c0939e4455f04eb47d2508b34df9d43992..5c2e009291405cd81a14fc40a1a3260bd4bcfd2a 100755 (executable)
@@ -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}
index aa6bcfce4b13bfa30a985aec744e54b51c18b742..32b3e2a7c9268fd53bf63e52921345c552589bf8 100644 (file)
@@ -1 +1 @@
-2.0.1 (12 January 2007)
+2.1.1 (18 January 2007)
index 39afa361f5b5af5e7331fd658b05be3a72ef7316..1314d1700b33585801c75fd45096fe0a24e1883b 100644 (file)
@@ -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}
index aa6bcfce4b13bfa30a985aec744e54b51c18b742..32b3e2a7c9268fd53bf63e52921345c552589bf8 100644 (file)
@@ -1 +1 @@
-2.0.1 (12 January 2007)
+2.1.1 (18 January 2007)