]> git.sur5r.net Git - bacula/docs/commitdiff
Apply James' Exchange doc changes + tweak Makefile
authorKern Sibbald <kern@sibbald.com>
Thu, 19 Mar 2009 09:14:19 +0000 (09:14 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 19 Mar 2009 09:14:19 +0000 (09:14 +0000)
docs/Makefile.in
docs/manuals/en/concepts/newfeatures.tex

index baa3cf970f42f0e1b88653cd46948d3d2f8df129..28b36dda0ffe348e9d912762f199a573014cae1f 100644 (file)
@@ -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`"; \
index 9362b1b4814fb70388b6dc127d39a6e278722ca8..818a5a349631ac511332b3442acf2e6f14379f4d 100644 (file)
@@ -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}