the Bacula SVN. The released files are:
\begin{description}
-\item [bacula-2.2.8.tar.gz]
+\item [bacula-3.0.3.tar.gz]
This is the primary source code release for Bacula. On each
- release the version number (2.2.8) will be updated.
+ release the version number (3.0.3) will be updated.
-\item [bacula-docs-2.2.8.tar.gz]
+\item [bacula-docs-3.0.3.tar.gz]
This file contains a copy of the docs directory with the
documents prebuild. English HTML directory, single HTML
file, and pdf file. The French and German translations
are in progress, but are not built.
-\item [bacula-gui-2.2.8.tar.gz]
+\item [bacula-gui-3.0.3.tar.gz]
This file contains the non-core GUI programs. Currently,
it contains bacula-web, a PHP program for producing management
viewing of your Bacula job status in a browser; and bimagemgr
a browser program for burning CDROM images with Bacula Volumes.
-\item [bacula-rescue-2.0.0.tar.gz]
+\item [bacula-rescue-3.0.3.tar.gz]
This is the Bacula Rescue CDROM code. Note, the version number
of this package is not tied to the Bacula release version, so
it will be different. Using this code, you can burn a CDROM
This package evolves slower than the Bacula source code,
so there may not always be a new release of the rescue package when
making minor updates to the Bacula code. For example, when releasing
- Bacula version 2.2.8, the rescue package may still be at version
- 2.0.0 if there were no updates.
+ Bacula version 3.0.3, the rescue package may still be at a prior
+ version if there were no updates.
-\item [winbacula-2.2.8.exe]
+\item [winbacula-3.0.3.exe]
This file is the 32 bit Windows installer for installing
the Windows client (File daemon) on a Windows machine.
This client will also run on 64 bit Windows machines.
also optionally load the Win32 Director and the Win32
Storage daemon.
+\item [win64bacula-3.0.3.exe]
+ This file is the 64 bit Windows installer for installing
+ the Windows client (File daemon) on a Windows machine.
+ This client will only run on 64 bit Windows OS machines.
+ It will not run on 32 bit machines or 32 bit Windows OSes.
+ The win64bacula release is necessary for Volume Shadow
+ Copy (VSS) to work on Win64 OSes. This installer
+ installs only the FD, the Director and Storage daemon
+ are not included.
+
\end{description}
\label{upgrading1}
Typically, a dependency package will be named {\bf depkgs-ddMMMyy.tar.gz}
where {\bf dd} is the day we release it, {\bf MMM}
is the abbreviated month (e.g. Jan), and {\bf yy} is the year. An actual
-example is: {\bf depkgs-07Apr02.tar.gz}. To install and build this package (if
+example is: {\bf depkgs-24Jul09.tar.gz}. To install and build this package (if
needed), you do the following:
\begin{enumerate}
@echo "Making html"
@cp -fp ${IMAGES}/*.eps .
@rm -f next.eps next.png prev.eps prev.png up.eps up.png
- @(if [ -f imagename_translations ] ; then \
- ./translate_images.pl --from_meaningful_names ${DOC}.html; \
- fi)
latex2html -white -no_subdir -split 0 -toc_stars -white \
-init_file latex2html-init.pl ${DOC} >tex.out 2>&1
@(if [ -f imagename_translations ] ; then \
- ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+ ./translate_images.pl --from_meaningful_names ${DOC}/${MAINDOC}; \
fi)
(cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@echo "Done making html"
latex2html -split 3 -local_icons -t "Bacula Miscellaneous Guide" -long_titles 4 \
-toc_stars -contents_in_nav -init_file latex2html-init.pl -white ${DOC} >tex.out 2>&1
@(if [ -f imagename_translations ] ; then \
- ./translate_images.pl --from_meaningful_names ${DOC}.html; \
+ ./translate_images.pl --from_meaningful_names ${DOC}/${MAINDOC}; \
fi)
(cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done)
@cp -f ${DOC}/${MAINDOC} ${DOC}/index.html