\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
\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+\+*)
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
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