]> git.sur5r.net Git - bacula/docs/commitdiff
Add need for drive letter in VSS
authorKern Sibbald <kern@sibbald.com>
Tue, 6 Apr 2010 14:38:23 +0000 (16:38 +0200)
committerKern Sibbald <kern@sibbald.com>
Tue, 6 Apr 2010 14:38:23 +0000 (16:38 +0200)
docs/manuals/en/main/fileset.tex
docs/manuals/en/main/win32.tex

index 1ad2a042a0233e50d7b31b0a1eb4413835834202..a0675bcf81a7f603ca327a9651026ed10fbabebb 100644 (file)
@@ -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
index dac5504f2b6c8c1b4efa9e4cf350000b1b0d136b..1d60820958046c5d6da4b04b05ed020859ab9a01 100644 (file)
@@ -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.