*.snd
*.toc
manuals/en/*.sty
-manuals/*/install/installi-console.tex
-manuals/*/install/installi-dir.tex
-manuals/*/install/installi-fd.tex
-manuals/*/install/installi-general.tex
-manuals/*/install/installi-sd.tex
-manuals/*/catalog/catalogi-console.tex
-manuals/*/catalog/catalogi-dir.tex
-manuals/*/catalog/catalogi-fd.tex
-manuals/*/catalog/catalogi-general.tex
-manuals/*/catalog/catalogi-sd.tex
+manuals/*/install/installi-*.tex
+manuals/*/catalog/catalogi-*.tex
manuals/*/concepts/concepts.pdf
-manuals/*/concepts/conceptsi-console.tex
-manuals/*/concepts/conceptsi-dir.tex
-manuals/*/concepts/conceptsi-fd.tex
-manuals/*/concepts/conceptsi-general.tex
-manuals/*/concepts/conceptsi-sd.tex
+manuals/*/concepts/conceptsi-*.tex
manuals/*/console/console.pdf
-manuals/*/console/consolei-console.tex
-manuals/*/console/consolei-dir.tex
-manuals/*/console/consolei-fd.tex
-manuals/*/console/consolei-general.tex
-manuals/*/console/consolei-sd.tex
-manuals/*/developers/developersi-general.tex
+manuals/*/console/consolei-*.tex
+manuals/*/developers/developersi-*.tex
manuals/*/developers/developers.pdf
-manuals/*/developers/developersi-console.tex
-manuals/*/developers/developersi-dir.tex
-manuals/*/developers/developersi-fd.tex
-manuals/*/developers/developersi-general.tex
-manuals/*/developers/developersi-sd.tex
+manuals/*/misc/misci-*.tex
+manuals/*/misc/misc.pdf
+manuals/*/misc/misc/
manuals/*/install/install.pdf
manuals/*/problems/problems.pdf
manuals/*/problems/problems/
manuals/*/utility/utility.pdf
manuals/*/utility/utility/
-manuals/*/utility/utilityi-console.tex
-manuals/*/utility/utilityi-dir.tex
-manuals/*/utility/utilityi-fd.tex
-manuals/*/utility/utilityi-general.tex
-manuals/*/utility/utilityi-sd.tex
+manuals/*/utility/utilityi-*.tex
<li>Catalog Database Guide
<a href="/3.1.x-manuals/en/catalog/catalog.pdf"> PDF</a>
<a href="/3.1.x-manuals/en/catalog/catalog/index.html">/HTML </a>
- </li>
+ </li>
<li>Utility Programs
<a href="/3.1.x-manuals/en/utility/utility.pdf"> PDF</a>
<a href="/3.1.x-manuals/en/utility/utility/index.html">/HTML </a>
- </li>
+ </li>
<li>Developers' Guide
<a href="/3.1.x-manuals/en/developers/developers.pdf"> PDF</a>
<a href="/3.1.x-manuals/en/developers/developers/index.html">/HTML </a>
- </li><br>
+ </li>
+ <li>Miscellaneous Guide
+ <a href="/3.1.x-manuals/en/misc/misc.pdf"> PDF</a>
+ <a href="/3.1.x-manuals/en/misc/misc/index.html">/HTML </a>
+ </li>
+ <br>
<li> Free Software Foundation Europe FLA
<a href="FLA-bacula.en.pdf">PDF</a>
-- (Developer's Fiduciary License Agreement)</li>
open=false
order=-1
-[item:internaldb.tex]
-archive=true
-column=0
-encoding=
-highlight=
-line=0
-open=false
-order=-1
-
[item:mysql.tex]
archive=true
column=0
\include{mysql}
\include{postgresql}
\include{sqlite}
-\include{internaldb}
\include{fdl}
+++ /dev/null
-%%
-%%
-
-\chapter{The internal database is not supported, please do not
-use it.}
-\label{InternalDbChapter}
-\index[general]{Use it!The internal database is not supported please
-do not }
-\index[general]{The internal database is not supported, please do not
-use it. }
-
-\section{Internal Bacula Database}
-\index[general]{Internal Bacula Database }
-\index[general]{Database!Internal Bacula }
-
-Previously it was intended to be used primarily by Bacula developers for
-testing; although SQLite is also a good choice for this. We do not recommend
-its use in general.
-
-This database is simplistic in that it consists entirely of Bacula's internal
-structures appended sequentially to a file. Consequently, it is in most cases
-inappropriate for sites with many clients or systems with large numbers of
-files, or long-term production environments.
-
-Below, you will find a table comparing the features available with SQLite and
-MySQL and with the internal Bacula database. At the current time, you cannot
-dynamically switch from one to the other, but must rebuild the Bacula source
-code. If you wish to experiment with both, it is possible to build both
-versions of Bacula and install them into separate directories.
-
-\addcontentsline{lot}{table}{SQLite vs MySQL Database Comparison}
-\begin{longtable}{|l|l|l|}
- \hline
-\multicolumn{1}{|c| }{\bf Feature } & \multicolumn{1}{c| }{\bf SQLite or MySQL
- } & \multicolumn{1}{c| }{\bf Bacula } \\
- \hline
-{Job Record } & {Yes } & {Yes } \\
- \hline
-{Media Record } & {Yes } & {Yes } \\
- \hline
-{FileName Record } & {Yes } & {No } \\
- \hline
-{File Record } & {Yes } & {No } \\
- \hline
-{FileSet Record } & {Yes } & {Yes } \\
- \hline
-{Pool Record } & {Yes } & {Yes } \\
- \hline
-{Client Record } & {Yes } & {Yes } \\
- \hline
-{JobMedia Record } & {Yes } & {Yes } \\
- \hline
-{List Job Records } & {Yes } & {Yes } \\
- \hline
-{List Media Records } & {Yes } & {Yes } \\
- \hline
-{List Pool Records } & {Yes } & {Yes } \\
- \hline
-{List JobMedia Records } & {Yes } & {Yes } \\
- \hline
-{Delete Pool Record } & {Yes } & {Yes } \\
- \hline
-{Delete Media Record } & {Yes } & {Yes } \\
- \hline
-{Update Pool Record } & {Yes } & {Yes } \\
- \hline
-{Implement Verify } & {Yes } & {No } \\
- \hline
-{MD5 Signatures } & {Yes } & {No }
-\\ \hline
-
-\end{longtable}
-
-In addition, since there is no SQL available, the Console commands: {\bf
-sqlquery}, {\bf query}, {\bf retention}, and any other command that directly
-uses SQL are not available with the Internal database.
--- /dev/null
+%%
+%%
+
+\chapter{The internal database is not supported, please do not
+use it.}
+\label{InternalDbChapter}
+\index[general]{Use it!The internal database is not supported please
+do not }
+\index[general]{The internal database is not supported, please do not
+use it. }
+
+\section{Internal Bacula Database}
+\index[general]{Internal Bacula Database }
+\index[general]{Database!Internal Bacula }
+
+Previously it was intended to be used primarily by Bacula developers for
+testing; although SQLite is also a good choice for this. We do not recommend
+its use in general.
+
+This database is simplistic in that it consists entirely of Bacula's internal
+structures appended sequentially to a file. Consequently, it is in most cases
+inappropriate for sites with many clients or systems with large numbers of
+files, or long-term production environments.
+
+Below, you will find a table comparing the features available with SQLite and
+MySQL and with the internal Bacula database. At the current time, you cannot
+dynamically switch from one to the other, but must rebuild the Bacula source
+code. If you wish to experiment with both, it is possible to build both
+versions of Bacula and install them into separate directories.
+
+\addcontentsline{lot}{table}{SQLite vs MySQL Database Comparison}
+\begin{longtable}{|l|l|l|}
+ \hline
+\multicolumn{1}{|c| }{\bf Feature } & \multicolumn{1}{c| }{\bf SQLite or MySQL
+ } & \multicolumn{1}{c| }{\bf Bacula } \\
+ \hline
+{Job Record } & {Yes } & {Yes } \\
+ \hline
+{Media Record } & {Yes } & {Yes } \\
+ \hline
+{FileName Record } & {Yes } & {No } \\
+ \hline
+{File Record } & {Yes } & {No } \\
+ \hline
+{FileSet Record } & {Yes } & {Yes } \\
+ \hline
+{Pool Record } & {Yes } & {Yes } \\
+ \hline
+{Client Record } & {Yes } & {Yes } \\
+ \hline
+{JobMedia Record } & {Yes } & {Yes } \\
+ \hline
+{List Job Records } & {Yes } & {Yes } \\
+ \hline
+{List Media Records } & {Yes } & {Yes } \\
+ \hline
+{List Pool Records } & {Yes } & {Yes } \\
+ \hline
+{List JobMedia Records } & {Yes } & {Yes } \\
+ \hline
+{Delete Pool Record } & {Yes } & {Yes } \\
+ \hline
+{Delete Media Record } & {Yes } & {Yes } \\
+ \hline
+{Update Pool Record } & {Yes } & {Yes } \\
+ \hline
+{Implement Verify } & {Yes } & {No } \\
+ \hline
+{MD5 Signatures } & {Yes } & {No }
+\\ \hline
+
+\end{longtable}
+
+In addition, since there is no SQL available, the Console commands: {\bf
+sqlquery}, {\bf query}, {\bf retention}, and any other command that directly
+uses SQL are not available with the Internal database.
open=false
order=-1
+[item:internaldb.tex]
+archive=true
+column=25
+encoding=
+highlight=
+line=0
+open=false
+order=-1
+
[item:lesser.tex]
archive=true
column=0
\include{stunnel}
\include{dvd}
\include{projects}
+\include{internaldb}
\include{license}
\include{fdl}
\include{gpl}
cwd=`pwd`
echo $cwd
lang=$1
-for i in catalog concepts console developers install problems utility; do \
+for i in catalog concepts console developers install misc problems utility; do \
cd $cwd/manuals/${lang}/$i; \
scp -r -P 2020 $i/ bacula.org:/var/www/bacula/3.1.x-manuals/${lang}/$i/; \
scp -P 2020 $i.pdf bacula.org:/var/www/bacula/3.1.x-manuals/${lang}/$i/; \