]> git.sur5r.net Git - bacula/docs/commitdiff
Correct problems in DE manual
authorKern Sibbald <kern@sibbald.com>
Sat, 19 Sep 2009 13:43:24 +0000 (15:43 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 19 Sep 2009 13:43:24 +0000 (15:43 +0200)
docs/manuals/bacula.sty.in
docs/manuals/de/concepts/concepts.kilepr
docs/manuals/de/concepts/newfeatures.tex

index 559719376962a96c161af71f1761b028df4a09be..5bcc06ebadd144740155c5cf1dc04eabfecb256d 100644 (file)
@@ -47,6 +47,7 @@
   \htmlref{#1}{#2}%
 }
 %%
+\newcommand{\dq}{\verb+"+}
 \newcommand{\vb}{$|$}
 \newcommand{\lt}{$<$}
 \newcommand{\gt}{$>$}
index e02c67ff75c192d86782ffa14344dfa0baca24f3..f756a0edff1894dd98306bf22115c3200968eaf4 100644 (file)
@@ -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
 
index 64f6f874b0ad12f1ce9e8b0960485761e2e9a5d7..105879357786eb07ba09e5852204715c2afb00fb 100644 (file)
@@ -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