\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}).
}
\end{verbatim}
-LZO provides much faster compression and decompression speed but lower
+LZO provides a 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
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.