From 8456a29328ec4ddf24b39065cf4e929a543b1536 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 22 Nov 2006 22:51:14 +0000 Subject: [PATCH] Update date --- docs/developers/version.tex | 2 +- docs/manual-de/version.tex | 2 +- docs/manual/dirdconf.tex | 55 +++++++++++++++++++++++++++++-------- docs/manual/progs.tex | 1 - docs/manual/version.tex | 2 +- 5 files changed, 47 insertions(+), 15 deletions(-) diff --git a/docs/developers/version.tex b/docs/developers/version.tex index a2bc60d6..e270280d 100644 --- a/docs/developers/version.tex +++ b/docs/developers/version.tex @@ -1 +1 @@ -1.39.28 (12 November 2006) +1.39.29 (22 November 2006) diff --git a/docs/manual-de/version.tex b/docs/manual-de/version.tex index a2bc60d6..e270280d 100644 --- a/docs/manual-de/version.tex +++ b/docs/manual-de/version.tex @@ -1 +1 @@ -1.39.28 (12 November 2006) +1.39.29 (22 November 2006) diff --git a/docs/manual/dirdconf.tex b/docs/manual/dirdconf.tex index 3ff9190c..dba910fb 100644 --- a/docs/manual/dirdconf.tex +++ b/docs/manual/dirdconf.tex @@ -50,7 +50,7 @@ Messages. We present them here in the most logical order for defining them: \ilink{Client}{ClientResource2} -- to define what Client is to be backed up. \item - \ilink{Storage}{StorageResource2} -- to define on what physical + \ilink{Storage}{StorageResource2} -- to define on what physical device the Volumes should be mounted. \item \ilink{Pool}{PoolResource} -- to define the pool of Volumes @@ -773,7 +773,11 @@ JobDefs { The Storage directive defines the name of the storage services where you want to backup the FileSet data. For additional details, see the \ilink{Storage Resource Chapter}{StorageResource2} of this manual. - This directive is required. + The Storage resource may also be specified in the Job's Pool resource, + in which case the value in the Pool resource overrides any value + in the Job. This Storage resource definition is not required by either + the Job resource or in the Pool, but it must be specified in + one or the other. If not configuration error will result. \item [Max Start Delay = \lt{}time\gt{}] \index[dir]{Max Start Delay} @@ -1421,12 +1425,15 @@ will be sent to the Director. Client) resource, and in bacula-sd.conf in the Storage resource. If any one is missing, it will throttle the jobs to one at a time. You may, of course, set the Maximum Concurrent Jobs to more than 2. + \item Bacula concurrently runs jobs of only one priority at a time. It will not simultaneously run a priority 1 and a priority 2 job. + \item If Bacula is running a priority 2 job and a new priority 1 job is scheduled, it will wait until the running priority 2 job terminates even if the Maximum Concurrent Jobs settings would otherwise allow two jobs to run simultaneously. + \item Suppose that bacula is running a priority 2 job and a new priority 1 job is scheduled and queued waiting for the running priority 2 job to terminate. If you then start a second priority 2 job, the waiting @@ -1611,7 +1618,10 @@ before putting it on tape. the device when the job is finished (see \ilink{Write Part After Job directive in the Job resource}{WritePartAfterJob}). Please note, this directive is implemented - only in version 1.37 and later. + only in version 1.37 and later. The default is yes. We strongly + recommend that you keep this set to yes otherwise, when the last job + has finished one part will remain in the spool file and restore may + or may not work. \end{description} @@ -1950,7 +1960,7 @@ the Director. \index[dir]{Storage} \index[dir]{Directive!Storage} Start of the Storage resources. At least one storage resource must be -specified. + specified. \item [Name = \lt{}name\gt{}] \index[dir]{Name} @@ -2021,6 +2031,16 @@ specified. associated with the Job, Bacula can decide to use any Storage daemon that supports Media Type {\bf DDS-4} and on any drive that supports it. + If you are writing to disk Volumes, you must make doubly sure that each + Device resource defined in the Storage daemon (and hence in the + Director's conf file) has a unique media type. Otherwise for Bacula + versions 1.38 and older, your restores may not work because Bacula + will assume that you can mount any Media Type with the same name on + any Device associated with that Media Type. This is possible with + tape drives, but with disk drives, unless you are very clever you + cannot mount a Volume in any directory -- this can be done by creating + an appropriate soft link. + Currently Bacula permits only a single Media Type. Consequently, if you have a drive that supports more than one Media Type, you can give a unique string to Volumes with different intrinsic Media @@ -2222,13 +2242,26 @@ The Pool Resource defined in the Director's configuration file Job being run. It is required and may be one of the following: \begin{itemize} -\item [Backup] -\item [*Archive] -\item [*Cloned] -\item [*Migration] -\item [*Copy] -\item [*Save] - \end{itemize} + \item [Backup] + \item [*Archive] + \item [*Cloned] + \item [*Migration] + \item [*Copy] + \item [*Save] +\end{itemize} + Note, only Backup is current implemented. + +\item [Storage = \lt{}storage-resource-name\gt{}] +\index[dir]{Storage} +\index[dir]{Directive!Storage} + The Storage directive defines the name of the storage services where you + want to backup the FileSet data. For additional details, see the + \ilink{Storage Resource Chapter}{StorageResource2} of this manual. + The Storage resource may also be specified in the Job resource, + but the value, if any, in the Pool resource overrides any value + in the Job. This Storage resource definition is not required by either + the Job resource or in the Pool, but it must be specified in + one or the other. If not configuration error will result. \item [Use Volume Once = \lt{}yes|no\gt{}] \index[dir]{Use Volume Once} diff --git a/docs/manual/progs.tex b/docs/manual/progs.tex index c0db6600..0fc0334c 100644 --- a/docs/manual/progs.tex +++ b/docs/manual/progs.tex @@ -847,7 +847,6 @@ The full list of commands are: autochanger test autochanger bsf backspace file bsr backspace record - bfill fill tape using Bacula writes cap list device capabilities clear clear tape errors eod go to end of Bacula data for append diff --git a/docs/manual/version.tex b/docs/manual/version.tex index 5a0017a4..e270280d 100644 --- a/docs/manual/version.tex +++ b/docs/manual/version.tex @@ -1 +1 @@ -1.39.29 (20 November 2006) +1.39.29 (22 November 2006) -- 2.39.5