]> git.sur5r.net Git - bacula/docs/commitdiff
'Spool Data = Yes' sets 'Spool Attributes = Yes'
authorDan Langille <dan@langille.org>
Wed, 15 Aug 2007 14:33:35 +0000 (14:33 +0000)
committerDan Langille <dan@langille.org>
Wed, 15 Aug 2007 14:33:35 +0000 (14:33 +0000)
Make this point very clear in the documentation.

docs/manual/dirdconf.tex

index 02ae84822371960f55bd1995b87eb0c8a344b409..76046246d8944604965b6350728ceb750ce7aa6c 100644 (file)
@@ -1322,15 +1322,18 @@ RunScript {
 \item [Spool Data = \lt{}yes|no\gt{}]
    \index[dir]{Spool Data}
    \index[dir]{Directive!Spool Data}
+
    If this directive is set  to {\bf yes} (default no), the Storage daemon will
    be requested  to spool the data for this Job to disk rather than write it 
    directly to tape. Once all the data arrives or the spool files' maximum sizes
-   are reached, the data will be despooled and written  to tape. When this
-   directive is set to yes, the Spool Attributes  is also automatically set to
-   yes. Spooling data prevents tape  shoe-shine (start and stop) during
+   are reached, the data will be despooled and written  to tape. Spooling data 
+   prevents tape  shoe-shine (start and stop) during
    Incremental saves. If you are writing to a disk file using this option
    will probably just slow down the backup jobs.
 
+   NOTE: When this directive is set to yes, Spool Attributes is also
+   automatically set to yes.
+
 \item [Spool Attributes = \lt{}yes|no\gt{}]
    \index[dir]{Spool Attributes}
    \index[dir]{Directive!Spool Attributes}
@@ -1347,6 +1350,9 @@ RunScript {
    then when writing the Job data to the tape is completed, the attributes
    and storage coordinates will be sent to the Director.
 
+   NOTE: When Spool Data is set to yes, Spool Attributes is also
+   automatically set to yes.
+
 \item [Where = \lt{}directory\gt{}]
    \index[dir]{Where}
    \index[dir]{Directive!Where}