turn data spooling on as documented in the \ilink{Data
Spooling}{SpoolingChapter} chapter of this manual.
+\item [AllowCompression = \lt{}yes\vb{}no\gt{}]
+ \label{AllowCompression}
+ \index[dir]{AllowCompression}
+ \index[dir]{Directive!AllowCompression}
+
+ This directive is optional, and if you specify {\bf No} (the default is {\bf
+ Yes}), it will cause backups jobs running on this storage resource to run
+ without client File Daemon compression. This effectively overrides
+ compression options in FileSets used by jobs which use this storage
+ resource.
+
\item [Heartbeat Interval = \lt{}time-interval\gt{}]
\index[dir]{Heartbeat Interval}
\index[dir]{Directive!Heartbeat}
compression levels greater than six generally give very little extra
compression and are rather CPU intensive.
+ You can overwrite this option per Storage resource with
+ \ilink{AllowCompression}{AllowCompression} option.
+
\item [signature=SHA1]
\index[dir]{signature}
\index[dir]{SHA1}
This project was funded by Bacula Systems.
+\section{AllowCompression = \lt{}yes\vb{}no\gt{}}
+\index[dir]{AllowCompression}
+
+This new directive may be added to Storage resource within the Director's
+configuration to allow users to selectively disable the client compression for
+any job which writes to this storage resource.
+
+For example:
+\begin{verbatim}
+Storage {
+ Name = UltriumTape
+ Address = ultrium-tape
+ Password = storage_password # Password for Storage Daemon
+ Device = Ultrium
+ Media Type = LTO 3
+ AllowCompression = No # Tape drive has hardware compression
+}
+\end{verbatim}
+The above example would cause any jobs running with the UltriumTape storage
+resource to run without compression from the client file daemons. This
+effectively overrides any compression settings defined at the FileSet level.
+
+This feature is probably most useful if you have a tape drive which supports
+hardware compression. By setting the \texttt{AllowCompression = No} directive
+for your tape drive storage resource, you can avoid additional load on the file
+daemon and possibly speed up tape backups.
+
+This project was funded by Collaborative Fusion, Inc.
\section{Accurate Fileset Options}
\label{sec:accuratefileset}