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.
\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
\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.