From: Kern Sibbald Date: Tue, 6 Apr 2010 14:38:23 +0000 (+0200) Subject: Add need for drive letter in VSS X-Git-Tag: Release-5.2.1~130 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3664a369cc15698d38697cc424a59a2a09323eac;p=bacula%2Fdocs Add need for drive letter in VSS --- diff --git a/docs/manuals/en/main/fileset.tex b/docs/manuals/en/main/fileset.tex index 1ad2a042..a0675bcf 100644 --- a/docs/manuals/en/main/fileset.tex +++ b/docs/manuals/en/main/fileset.tex @@ -79,6 +79,9 @@ defined for each Backup job. only for VSS enabled Win32 File daemons. It permits a consistent copy of open files to be made for cooperating writer applications, and for applications that are not VSS away, Bacula can at least copy open files. + The Volume Shadow Copy will only be done on Windows drives where the + drive (e.g. C:, D:, ...) is explicitly mentioned in a {\bf File} + directive. For more information, please see the \ilink{Windows}{VSS} chapter of this manual. @@ -156,12 +159,9 @@ Including a directory twice is very easy to do. For example: \normalsize on a Unix system where /usr is a subdirectory (rather than a mounted -filesystem) will cause /usr to be backed up twice. In this case, on Bacula -versions prior to 1.32f-5-09Mar04 due to a bug, you will not be able to -restore hard linked files that were backed up twice. +filesystem) will cause /usr to be backed up twice. -If you have used Bacula prior to version 1.36.3, you will note three things in -the new FileSet syntax: +Please take note of the following items in the FileSet syntax: \begin{enumerate} \item There is no equal sign (=) after the Include and before the opening diff --git a/docs/manuals/en/main/win32.tex b/docs/manuals/en/main/win32.tex index dac5504f..1d608209 100644 --- a/docs/manuals/en/main/win32.tex +++ b/docs/manuals/en/main/win32.tex @@ -248,13 +248,12 @@ on, try the following: \footnotesize \begin{verbatim} Start a DOS shell Window. - c:\Program Files\bacula\bin\bacula-fd -t >out + c:\Program Files\bacula\bacula-fd -t >out type out \end{verbatim} \normalsize -The precise path to bacula-fd depends on where it is installed. The -example above is the default used in 1.39.22 and later. +The precise path to bacula-fd depends on where it is installed. The {\bf -t} option will cause Bacula to read the configuration file, print any error messages and then exit. the {\bf \gt{}} redirects the output to the file named {\bf out}, which you can list with the {\bf type} command.