From: Kern Sibbald Date: Thu, 18 Oct 2007 21:32:30 +0000 (+0000) Subject: Update X-Git-Tag: Release-3.0.0~2368 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ed8df4299a540274d28fadca0a428fa2752ee406;p=bacula%2Fdocs Update --- diff --git a/docs/manual/dirdconf.tex b/docs/manual/dirdconf.tex index 9342e1a8..bc09749f 100644 --- a/docs/manual/dirdconf.tex +++ b/docs/manual/dirdconf.tex @@ -1528,6 +1528,18 @@ RunScript { A cloned job will not start additional clones, so it is not possible to recurse. + Please note that all cloned jobs, as specified in the Run directives are + submitted for running before the original job is run (while it is being + initialized). This means that any clone job will actually start before + the original job, and may even block the original job from starting + until the original job finishes unless you allow multiple simultaneous + jobs. Even if you set a lower priority on the clone job, if no other + jobs are running, it will start before the original job. + + If you are trying to prioritize jobs by using the clone feature (Run + directive), you will find it much easier to do using a RunScript + resource, or a RunBeforeJob directive. + \label{Priority} \item [Priority = \lt{}number\gt{}] \index[dir]{Priority} diff --git a/docs/manual/filedconf.tex b/docs/manual/filedconf.tex index 6420603f..121db89f 100644 --- a/docs/manual/filedconf.tex +++ b/docs/manual/filedconf.tex @@ -218,6 +218,19 @@ only IPv4 resolutions will be permitted, and likewise with ip6. (Linux, ...) that provide the {\bf setsockopt} TCP\_KEEPIDLE function. The default value is zero, which means no change is made to the socket. + +\item [PKI Encryption] + See the \ilink{Data Encryption}{DataEncryption} chapter of this manual. + +\item [PKI Signatures] + See the \ilink{Data Encryption}{DataEncryption} chapter of this manual. + +\item [PKI Keypair] + See the \ilink{Data Encryption}{DataEncryption} chapter of this manual. + +\item [PKI Master Key] + See the \ilink{Data Encryption}{DataEncryption} chapter of this manual. + \end{description} The following is an example of a valid Client resource definition: diff --git a/docs/manual/fileset.tex b/docs/manual/fileset.tex index d2b4cf36..1801f16b 100644 --- a/docs/manual/fileset.tex +++ b/docs/manual/fileset.tex @@ -18,8 +18,6 @@ automatically create a new FileSet (defined by the name and an MD5 checksum of the Include/Exclude contents). Each time a new FileSet is created, Bacula will ensure that the next backup is always a Full save. -\section{Character Sets} -\index[general]{Character Sets} Bacula is designed to handle most character sets of the world, US ASCII, German, French, Chinese, ... However, it does this by encoding everything in UTF-8, and it expects all configuration files diff --git a/docs/manual/kaboom.tex b/docs/manual/kaboom.tex index 6005b3f9..a4e5bc57 100644 --- a/docs/manual/kaboom.tex +++ b/docs/manual/kaboom.tex @@ -35,6 +35,9 @@ For this to work, you need to ensure that a few things are setup correctly on your system: \begin{enumerate} +\item You must have a version of Bacula built with debug information turned + on and not stripped of debugging symbols. + \item You must have an installed copy of {\bf gdb} (the GNU debugger), and it must be on {\bf Bacula's} path. On some systems such as Solaris, {\bf gdb} may be replaced by {\bf dbx}. diff --git a/docs/manual/restore.tex b/docs/manual/restore.tex index 1f3a7e2b..05e23fd6 100644 --- a/docs/manual/restore.tex +++ b/docs/manual/restore.tex @@ -978,7 +978,7 @@ mark} command. The available commands are: where the files will be restored. \item [find] - \index[dir]{find } + \index[dir]{find} The {\bf find} command accepts one or more arguments and displays all files in the tree that match that argument. The argument may have wildcards. It is somewhat similar to the Unix command {\bf find / -name arg}. @@ -987,19 +987,20 @@ mark} command. The available commands are: The {\bf ls} command produces a listing of all the files contained in the current directory much like the Unix {\bf ls} command. You may specify an argument containing wildcards, in which case only those files will be -listed. + listed. + Any file that is marked to be restored will have its name preceded by an asterisk ({\bf *}). Directory names will be terminated with a forward slash ({\bf /}) to distinguish them from filenames. \item [lsmark] - \index[fd]{lsmark } + \index[fd]{lsmark} The {\bf lsmark} command is the same as the {\bf ls} except that it will print only those files marked for extraction. The other distinction is that it will recursively descend into any directory selected. \item [mark] - \index[dir]{mark } + \index[dir]{mark} The {\bf mark} command allows you to mark files to be restored. It takes a single argument which is the filename or directory name in the current directory to be marked for extraction. The argument may be a wildcard diff --git a/docs/manual/version.tex b/docs/manual/version.tex index eb7f3535..ec5c037a 100644 --- a/docs/manual/version.tex +++ b/docs/manual/version.tex @@ -1 +1 @@ -2.2.5 (20 September 2007) +2.2.5 (09 October 2007) diff --git a/docs/manual/win32.tex b/docs/manual/win32.tex index 6b2abe4a..d2593505 100644 --- a/docs/manual/win32.tex +++ b/docs/manual/win32.tex @@ -320,6 +320,18 @@ use the ACPI power management timer as a high-resolution counter on Windows \end{verbatim} \normalsize +You may wish to start the daemon with debug mode on rather than doing it +using bconsole. To do so, edit the following registry key: + +\footnotesize +\begin{verbatim} +HKEY_LOCAL_MACHINE\HARDWARE\SYSTEM\CurrentControlSet\Services\Bacula-dir +\end{verbatim} +\normalsize + +using regedit, then add -dnn after the /service option, where nn represents +the debug level you want. + \label{Compatibility} \section{Windows Compatibility Considerations} \index[general]{Windows Compatibility Considerations}