From 2127f27758bf7f3f0aa4d916a928ca98eb6b9bcf Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 19 Mar 2009 09:14:19 +0000 Subject: [PATCH] Apply James' Exchange doc changes + tweak Makefile --- docs/Makefile.in | 4 +++ docs/manuals/en/concepts/newfeatures.tex | 40 ++++++++++++++---------- 2 files changed, 27 insertions(+), 17 deletions(-) diff --git a/docs/Makefile.in b/docs/Makefile.in index baa3cf97..28b36dda 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -45,6 +45,8 @@ all: bacula-web: (cd bacula-web; make) +fr: french + french: @for I in ${fr_dirs}; \ do (cd $$I; echo "==>Entering directory `pwd`"; \ @@ -52,6 +54,8 @@ french: echo ""; echo "";)); \ done +de: german + german: @for I in ${de_dirs}; \ do (cd $$I; echo "==>Entering directory `pwd`"; \ diff --git a/docs/manuals/en/concepts/newfeatures.tex b/docs/manuals/en/concepts/newfeatures.tex index 9362b1b4..818a5a34 100644 --- a/docs/manuals/en/concepts/newfeatures.tex +++ b/docs/manuals/en/concepts/newfeatures.tex @@ -869,31 +869,37 @@ messing with the current live data. This is required as the Standard and Small Business Server versions of Exchange can not ordinarily have more 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 locations and click OK. On -the Recovery Storage Group, right click and select -{\bf "Add Database to Recover..."} and select the database you will be restoring. - -In Bacula, select the Database and the log files, making sure to mark -the Storage Group directory itself too. Once you have selected the files -to back up, use the RegexWhere clause to remove the prefix of -"/@EXCHANGE/Microsoft Information Store/\lt{}storage group name\gt{}/" and -replace it with "/@EXCHANGE/Microsoft Information Store/Recovery 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 +locations and click OK. On the Recovery Storage Group, right click and +select {\bf "Add Database to Recover..."} and select the database you will +be restoring. + +Restore only the single database nominated as the database in the +Recovery Storage Group. Exchange will redirect the restore to the +Recovery Storage Group automatically. Then run the restore. \subsection{Restoring on Microsoft Server 2007} -Apparently the {\bf Exmerge} program no longer exists in Microsoft Server 2007, and henc -you use a new proceedure for recovering a single mail box. +Apparently the {\bf Exmerge} program no longer exists in Microsoft Server +2007, and henc you use a new proceedure for recovering a single mail box. This procedure is ducomented by Microsoft at: \elink{http://technet.microsoft.com/en-us/library/aa997694.aspx}{http://technet.microsoft.com/en-us/library/aa997694.aspx}, -and involves using the {\bf Restore-Mailbox} and {\bf Get-MailboxStatistics} shell commands. +and involves using the {\bf Restore-Mailbox} and {\bf +Get-MailboxStatistics} shell commands. \subsection{Caveats} This plugin is still being developed, so you should consider it currently in BETA test, and thus use in a production environment should be done only after very careful testing. +When doing a full backup, the Exchange database logs are truncated by +Exchange as soon as the plugin has completed the backup. If the data +never makes it to the backup medium (eg because of spooling) then the +logs will still be truncated, but they will also not have been backed +up. A solution to this is being worked on. + The "Enable Circular Logging" option cannot be enabled or the plugin will fail. @@ -911,9 +917,9 @@ The Exchange plugin has not been tested with the {\bf Accurate} option, so we recommend either carefully testing or that you avoid this option for the current time. -The Exchange plugin is not called during processing the bconsole {\bf estimate} command, -and so anything that would be backed up by the plugin will not be added -to the estimate total that is displayed. +The Exchange plugin is not called during processing the bconsole {\bf +estimate} command, and so anything that would be backed up by the plugin +will not be added to the estimate total that is displayed. \section{libdbi Framework} -- 2.39.5