]> git.sur5r.net Git - bacula/docs/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Thu, 18 Oct 2007 21:32:30 +0000 (21:32 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 18 Oct 2007 21:32:30 +0000 (21:32 +0000)
docs/manual/dirdconf.tex
docs/manual/filedconf.tex
docs/manual/fileset.tex
docs/manual/kaboom.tex
docs/manual/restore.tex
docs/manual/version.tex
docs/manual/win32.tex

index 9342e1a83b2b881d33169d1ac173e36821422aa1..bc09749f3b446ad680b82bce44ceb1199b7543e5 100644 (file)
@@ -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}
index 6420603f784d662a555a4cd06df1159337139f92..121db89f2a9857ef9513b47756a0958e52c85f48 100644 (file)
@@ -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: 
index d2b4cf36816a6a887d10a2b73adb852ddcb6e29d..1801f16be7bbc1039004dd9200d597fec910a9e5 100644 (file)
@@ -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
index 6005b3f965b3b1f4e595144c59fedc964ef91714..a4e5bc570aa723046459408568c4a28bf0ccf4ed 100644 (file)
@@ -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}.
index 1f3a7e2bdef5c55ccbdf73c6a7a3a4e31e394bb0..05e23fd69b381b4567a9296fb66b9ce1ebe9bd43 100644 (file)
@@ -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
index eb7f3535b90d332c00c261b6eb42aec5241ff6fa..ec5c037a0e67fcf0950d8d7f7bdc4fb56864a8f4 100644 (file)
@@ -1 +1 @@
-2.2.5 (20 September 2007)
+2.2.5 (09 October 2007)
index 6b2abe4a809b083fa8ae385af753566d501ed07d..d2593505b2a456f5ffebe77fb31cc3960fb8d59e 100644 (file)
@@ -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}