From: Kern Sibbald Date: Sat, 19 Sep 2009 13:43:24 +0000 (+0200) Subject: Correct problems in DE manual X-Git-Tag: Release-3.0.3~2^2~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=88d05059a062351072e0548e1de7426075f45f15;p=bacula%2Fdocs Correct problems in DE manual --- diff --git a/docs/manuals/bacula.sty.in b/docs/manuals/bacula.sty.in index 55971937..5bcc06eb 100644 --- a/docs/manuals/bacula.sty.in +++ b/docs/manuals/bacula.sty.in @@ -47,6 +47,7 @@ \htmlref{#1}{#2}% } %% +\newcommand{\dq}{\verb+"+} \newcommand{\vb}{$|$} \newcommand{\lt}{$<$} \newcommand{\gt}{$>$} diff --git a/docs/manuals/de/concepts/concepts.kilepr b/docs/manuals/de/concepts/concepts.kilepr index e02c67ff..f756a0ed 100644 --- a/docs/manuals/de/concepts/concepts.kilepr +++ b/docs/manuals/de/concepts/concepts.kilepr @@ -161,10 +161,10 @@ order=2 [item:newfeatures.tex] archive=true -column=0 +column=86 encoding=UTF-8 highlight=LaTeX -line=1323 +line=1524 open=true order=4 diff --git a/docs/manuals/de/concepts/newfeatures.tex b/docs/manuals/de/concepts/newfeatures.tex index 64f6f874..10587935 100644 --- a/docs/manuals/de/concepts/newfeatures.tex +++ b/docs/manuals/de/concepts/newfeatures.tex @@ -1321,18 +1321,18 @@ default Exchange installation. \subsection{Backup up} To back up an Exchange server the Fileset definition must contain at -least {\bf Plugin = "exchange:/@EXCHANGE/Microsoft Information Store" } for +least {\bf Plugin = \dq{}exchange:/@EXCHANGE/Microsoft Information Store\dq{}} for the backup to work correctly. The 'exchange:' bit tells Bacula to look for the exchange plugin, the '@EXCHANGE' bit makes sure all the backed up files are prefixed with something that isn't going to share a name with something outside the plugin, and the 'Microsoft Information Store' bit is required also. It is also possible to add the name of a storage group to the "Plugin =" line, eg \\ -{\bf Plugin = \"exchange:/@EXCHANGE/Microsoft Information Store/First Storage Group\"} \\ +{\bf Plugin = \dq{}exchange:/@EXCHANGE/Microsoft Information Store/First Storage Group\dq{}} \\ if you want only a single storage group backed up. Additionally, you can suffix the 'Plugin =' directive with -":notrunconfull" which will tell the plugin not to truncate the Exchange +\dq{}:notrunconfull\dq{} which will tell the plugin not to truncate the Exchange database at the end of a full backup. An Incremental or Differential backup will backup only the database logs @@ -1387,8 +1387,8 @@ the following provisos: \item It is possible to restore only a subset of the available log files, but they {\bf must} be contiguous. Exchange will fail to restore correctly if a log file is missing from the sequence of log files -\item Each database to be restored must be dismounted and marked as "Can be - overwritten by restore" +\item Each database to be restored must be dismounted and marked as \dq{}Can be + overwritten by restore\dq{} \item If an entire Storage Group is to be restored (eg all databases and logs in the Storage Group), then it is best to manually delete the database files from the server (eg C:\verb+\+Program Files\verb+\+Exchsrvr\verb+\+mdbdata\verb+\+*) @@ -1410,9 +1410,9 @@ than one Storage Group. To create the Recovery Storage Group, drill down to the Server in Exchange System Manager, right click, and select -{\bf "New -> Recovery Storage Group..."}. Accept or change the file +{\bf \dq{}New -> Recovery Storage Group...\dq{}}. Accept or change the file locations and click OK. On the Recovery Storage Group, right click and -select {\bf "Add Database to Recover..."} and select the database you will +select {\bf \dq{}Add Database to Recover...\dq{}} and select the database you will be restoring. Restore only the single database nominated as the database in the @@ -1522,7 +1522,7 @@ Catalog { The parameter {\bf dbdriver} indicates that we will use the driver dbi with a mysql database. Currently the drivers supported by Bacula are: postgresql, -mysql, sqlite, sqlite3; these are the names that may be added to string "dbi:". +mysql, sqlite, sqlite3; these are the names that may be added to string \dq{}dbi:\dq{} The following limitations apply when Bacula is set to use the libdbi framework: - Not tested on the Win32 platform