]> git.sur5r.net Git - bacula/docs/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Wed, 29 Oct 2008 14:38:26 +0000 (14:38 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 29 Oct 2008 14:38:26 +0000 (14:38 +0000)
docs/manuals/en/concepts/concepts.kilepr
docs/manuals/en/concepts/newfeatures.tex
docs/manuals/en/concepts/recycling.tex

index 1a0cc57f86eb45f71f11aedbc834e852e143a757..7db3335e7df5cf3b3e6cc2c4ff220ee450dc3148 100644 (file)
@@ -161,10 +161,10 @@ order=-1
 
 [item:newfeatures.tex]
 archive=true
-column=0
+column=55
 encoding=UTF-8
 highlight=LaTeX
-line=544
+line=63
 open=true
 order=0
 
index b6943e69b756b2ec371f473907a2e4b74a618091..979106079d9f53d75b389a75ff4e0c1417042934 100644 (file)
@@ -8,16 +8,16 @@
 This chapter presents the new features added to the development 2.5.x
 versions to be released as Bacula version 3.0.0 near the end of 2008.
 
-\section{Accurate}
+\section{Accurate Backup}
 \index[general]{Accurate Backup}
 
-As with most other backup programs, Bacula decides what files to backup for
+As with most other backup programs, by default Bacula decides what files to backup for
 Incremental and Differental backup by comparing the change (st\_ctime) and
 modification (st\_mtime) times of the file to the time the last backup
-completed.  If one of those two times is different than from last backup time,
+completed.  If one of those two times is later than the last backup time,
 then the file will be backed up.  This does not, however, permit tracking what
 files have been deleted and will miss any file with an old time that may have
-been restored or moved on the client filesystem.
+been restored to or moved onto the client filesystem.
 
 \subsection{Accurate = \lt{}yes|no\gt{}}
 If the {\bf Accurate = \lt{}yes|no\gt{}} directive is enabled (default no) in
@@ -45,6 +45,55 @@ using the File daemon by copying the data from the old backup Volume to
 a different Volume in a different Pool. See the Migration documentation
 for additional details.
 
+\section{Shared objects}
+A default build of Bacula will now create the libraries as shared objects
+(.so) rather than static libraries as was previously the case.  
+The shared libraries are built using {\bf libtool} so it should be quite
+portable.
+
+An important advantage of using shared objects is that on a machine with the
+Directory, File daemon, the Storage daemon, and a console, you will have only one copy
+of the code in memory rather than four copies.  Also the total size of the
+binary release is smaller since the library code appears only once rather than
+once for every program that uses it; this results in significant reduction in
+the size of the binaries particularly for the utility tools.
+In order for the system loader to find the shared objects when loading
+the Bacula binaries, the Bacula shared objects must either be in a shared object
+directory known to the loader (typically /usr/lib) or they must be in the directory
+that may be specified on the {\bf ./configure} line using the
+{\bf {-}{-}libdir} option as:
+
+\begin{verbatim}
+  ./configure --libdir=/full-path/dir
+\end{verbatim}
+
+the default is /usr/lib. If {-}{-}libdir is specified, there should be
+no need to modify your loader configuration provided that
+the shared objects are installed in that directory (Bacula
+does this with the make install command). The shared objects
+that Bacula references are:
+
+\begin{verbatim}
+libbaccfg.so
+libbacfind.so
+libbacpy.so
+libbac.so
+\end{verbatim}
+
+These files are symbolically linked to the real shared object file,
+which has a version number to permit running multiple versions of
+the libraries if desired (not normally the case).
+
+If you have problems with libtool or you wish to use the old
+way of building static libraries, you can do so by disabling
+libtool on the configure command line with:
+
+\begin{verbatim}
+  ./configure --disable-libtool
+\end{verbatim}
+
+
 \section{Virtual Backup (Vbackup)}
 \index[general]{Virtual Backup}
 \index[general]{Vbackup}
@@ -749,6 +798,15 @@ catalog.
   With this new command, Bacula will ask if you want to specify a Regex
   expression for extracting only a part of the full backup.
 
+\subsection{Solaris ZFS/NFSv4 ACLs}
+  This is an upgrade of the previous Solaris ACL backup code
+  to the new library format, which will backup both the old
+  POSIX(UFS) ACLs as well as the ZFS ACLs.
+
+  The new code can also restore POSIX(UFS) ACLs to a ZFS filesystem
+  (it will translate the POSIX(UFS)) ACL into a ZFS/NFSv4 one) it can also
+  be used to transfer from UFS to ZFS filesystems.
+
 
 \subsection{Virtual Tape Emulation}
 We now have a Virtual Tape emulator that allows us to run though 99.9\% of
index c2962d5136fafe2bd5258a80b3115a35f3ab627f..9db99176910c1e35d341ee17af3f53a0824bf6fa 100644 (file)
@@ -253,7 +253,7 @@ items.
 
 \begin{itemize}
 \item If the request is for an Autochanger device, look only
-   for Volumes in the Autochanger (i.e.  with InChanger set and that have
+   for Volumes in the Autochanger (i.e. with InChanger set and that have
    the correct Storage device).        
 \item Search the Pool for a Volume with VolStatus=Append (if there is more
    than one, the Volume with the oldest date last written is chosen.  If