From 6cc7d6d513c30708d1e447237981adeef6211601 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 2 May 2008 13:38:27 +0000 Subject: [PATCH] Update --- docs/manuals/en/install/fileset.tex | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/manuals/en/install/fileset.tex b/docs/manuals/en/install/fileset.tex index d5dbdc3f..2ed11b85 100644 --- a/docs/manuals/en/install/fileset.tex +++ b/docs/manuals/en/install/fileset.tex @@ -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 -- 2.39.5