]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/main/newfeatures.tex
Tweak LZO documentation
[bacula/docs] / docs / manuals / en / main / newfeatures.tex
index 1ad2af5a1509031c26ffe9919c8ffe9999657d47..11a24f055fb6e271f5c1b8097bc206c27468bc3b 100644 (file)
@@ -24,7 +24,7 @@ is required for the Enterprise version.
 
 \section{LZO Compression}
 
-LZO compression was added in the Unix File Daemon. From the user point of view,
+LZO compression has been to the File daemon. From the user's point of view,
 it works like the GZIP compression (just replace {\bf compression=GZIP} with
 {\bf compression=LZO}).
 
@@ -37,12 +37,12 @@ Include {
 }
 \end{verbatim}
 
-LZO provides much faster compression and decompression speed but lower
+LZO provides much faster compression and decompression speed but lower
 compression ratio than GZIP. It is a good option when you backup to disk. For
-tape, the built-in compression may be a better option.
+tape, the hardware compression is almost always a better option.
 
 LZO is a good altenative for GZIP1 when you don't want to slow down your
-backup. On a modern CPU it should be able to run almost as fast as:
+backup. With a modern CPU it should be able to run almost as fast as:
 
 \begin{itemize}
 \item your client can read data from disk. Unless you have very fast disks like
@@ -51,7 +51,7 @@ backup. On a modern CPU it should be able to run almost as fast as:
   a 1Gb/s link.
 \end{itemize}
 
-Note that bacula only use one compression level LZO1X-1.
+Note, Bacula uses compression level LZO1X-1.
 
 \medskip
 The code for this feature was contributed by Laurent Papier.