]> git.sur5r.net Git - bacula/docs/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Fri, 2 May 2008 13:38:27 +0000 (13:38 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 2 May 2008 13:38:27 +0000 (13:38 +0000)
docs/manuals/en/install/fileset.tex

index d5dbdc3f101794438d8091b74eae6c2fde19a3bb..2ed11b85b41008098b5ccfc066897618d230afef 100644 (file)
@@ -214,6 +214,10 @@ double quotes to prevent conf file scanning problems.
 This is perhaps a bit overwhelming, so there are a number of examples included 
 below to illustrate how this works.
 
+You find yourself using a lot of Regex statements, which will cost quite a lot
+of CPU time, we recommend you simplify them if you can, or better yet
+convert them to Wild statements which are much more efficient.
+
 The directives within an Options resource may be one of the following: 
 
 \begin{description}
@@ -700,6 +704,10 @@ Change: 2005-11-06 12:36:48.000000000 +0100
    the \ilink{estimate}{estimate} command in the Console        
    chapter of this manual.
 
+   You find yourself using a lot of Regex statements, which will cost quite a lot
+   of CPU time, we recommend you simplify them if you can, or better yet
+   convert them to Wild statements which are much more efficient.
+
 
 \item [regexfile=\lt{}string\gt{}]
 \index[dir]{regexfile}
@@ -1008,7 +1016,10 @@ Include {
 \end{verbatim}
 \normalsize
 
-   will backup the data in device /dev/hd6.  
+   will backup the data in device /dev/hd6. Note, the {bf /dev/hd6} must be
+   the raw partition itself. Bacula will not back it up as a raw device if
+   you specify a symbolic link to a raw device such as my be created by the
+   LVM Snapshot utilities.
 
    Ludovic Strappazon has pointed out that this feature can be  used to backup a
    full Microsoft Windows disk. Simply boot into  the system using a Linux Rescue