]> git.sur5r.net Git - bacula/docs/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Thu, 21 Sep 2006 22:15:32 +0000 (22:15 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 21 Sep 2006 22:15:32 +0000 (22:15 +0000)
docs/manual/catmaintenance.tex
docs/manual/security.tex
docs/manual/version.tex

index b23dbc597695722cbd94e1d7b29f7d1e2162bf51..87f86dafe40032b4d4938597b2fd81934c063c0e 100644 (file)
@@ -104,7 +104,6 @@ time you run a Job.
 \end{description}
 
 \label{CompactingMySQL}
-
 \subsection*{Compacting Your MySQL Database}
 \index[general]{Database!Compacting Your MySQL }
 \index[general]{Compacting Your MySQL Database }
@@ -204,8 +203,8 @@ ALTER TABLE File MAX_ROWS=281474976710656;
 \end{verbatim}
 \normalsize
 
-Alternatively you can modify your /etc/my.conf file and in the
-[mysqld] section set:
+Alternatively you can modify your /etc/my.conf file before creating the
+Bacula tables, and in the [mysqld] section set:
 
 \footnotesize                                 
 \begin{verbatim}
@@ -213,8 +212,11 @@ set-variable = myisam_data_pointer_size=6
 \end{verbatim}
 \normalsize
 
-The above row and point size changes should already be the default on MySQL
-version 5.x, so these changes should only be necessary on MySQL 4.x
+The above myisam data pointer size must be made before you create your
+Bacula tables or it will have no effect.
+
+The row and pointer size changes should already be the default on MySQL
+version 5.x, so making these changes should only be necessary on MySQL 4.x
 depending on the size of your catalog database.
 
 
@@ -512,7 +514,7 @@ The basic sequence of events to make this work correctly is as follows:
 
 \item You use {\bf RunBeforeJob} to create the ASCII  backup file and {\bf
    RunAfterJob} to clean up 
-   \end{itemize}
+\end{itemize}
 
 Assuming that you start all your nightly backup jobs at 1:05 am (and that they
 run one after another), you can do the catalog backup with the following
index e1dbd8af207f2b6639a58085ab381321f00e7c36..726ab8e2ec400d41b85f224aca3aaab32e62f5a8 100644 (file)
@@ -29,9 +29,9 @@
    and/or using tcp wrappers ({\bf etc/hosts.allow}).  
 \item By default, all data that is sent across the network is unencrypted.
    However, Bacula does support TLS (transport layer security) and can
-   encrypt transmitted data.  Please read \ilink{Data Encryption}{DataEncryption}
+   encrypt transmitted data.  Please read the
+   \ilink{TLS (SSL) Communications Encryption}{CommEncryption}
    section of this manual.
-   built-in. 
 \item You should ensure that the Bacula working directories are  readable and
    writable only by the Bacula daemons. 
 \item If you are using {\bf MySQL} it is not necessary for it to  run with
index a643c8711603d5c8138fde823f0639fd394ba990..aba939ebd34397bb8aad5a1fed88850858a55bd6 100644 (file)
@@ -1 +1 @@
-1.39.23 (16 September 2006)
+1.39.23 (20 September 2006)