]> git.sur5r.net Git - bacula/docs/commitdiff
Eliminate DVD specific directives -- WritePart ...
authorKern Sibbald <kern@sibbald.com>
Sun, 9 Nov 2014 15:10:53 +0000 (16:10 +0100)
committerKern Sibbald <kern@sibbald.com>
Sun, 9 Nov 2014 15:11:18 +0000 (16:11 +0100)
docs/latex/external-references.tex
docs/manuals/en/main/dirdconf.tex
docs/manuals/en/main/storedconf.tex

index 758851cf5d6a7b0ec1bd756d8368204116a4e23a..117698952007c7829e35135c3c0e95488236b55e 100644 (file)
@@ -54,6 +54,7 @@
 \externaldocument[main-]{../main/bootstrap}
 \externaldocument[main-]{../main/autochangers}
 \externaldocument[main-]{../main/migration}
+\externaldocument[main-]{../main/images}
 \externaldocument[main-]{../main/supporteddrives}
 \externaldocument[main-]{../main/restore}
 \externaldocument[main-]{../main/postgresql}
index 582a21a6c9c6cd83aa479a332ac4bc7f200f37b5..3675b9484ae14495ad72f2a4ae4b57060ea7e13f 100644 (file)
@@ -1835,25 +1835,25 @@ correct order, and that your priority scheme will be respected.
    the running jobs finishes.  However, new priority 10 jobs will not
    be run until the priority 5 job has finished.
 
-\label{WritePartAfterJob}
-\item [Write Part After Job = \lt{}yes\vb{}no\gt{}]
-\index[dir]{Write Part After Job}
-\index[dir]{Directive!Write Part After Job}
-   This directive is only implemented in version 1.37 and later.
-   If this directive is set to {\bf yes} (default {\bf no}), a new part file
-   will be created after the job is finished.  
-
-   It should be set to {\bf yes} when writing to devices that require mount
-   (for example DVD), so you are sure that the current part, containing
-   this job's data, is written to the device, and that no data is left in
-   the temporary file on the hard disk.  However, on some media, like DVD+R
-   and DVD-R, a lot of space (about 10Mb) is lost every time a part is
-   written.  So, if you run several jobs each after another, you could set
-   this directive to {\bf no} for all jobs, except the last one, to avoid
-   wasting too much space, but to ensure that the data is written to the
-   medium when all jobs are finished.
-
-   This directive is ignored with tape and FIFO devices.  
+%% \label{WritePartAfterJob}
+%% \item [Write Part After Job = \lt{}yes\vb{}no\gt{}]
+%% \index[dir]{Write Part After Job}
+%% \index[dir]{Directive!Write Part After Job}
+%%    This directive is only implemented in version 1.37 and later.
+%%    If this directive is set to {\bf yes} (default {\bf no}), a new part file
+%%    will be created after the job is finished.  
+
+%%    It should be set to {\bf yes} when writing to devices that require mount
+%%    (for example DVD), so you are sure that the current part, containing
+%%    this job's data, is written to the device, and that no data is left in
+%%    the temporary file on the hard disk.  However, on some media, like DVD+R
+%%    and DVD-R, a lot of space (about 10Mb) is lost every time a part is
+%%    written.  So, if you run several jobs each after another, you could set
+%%    this directive to {\bf no} for all jobs, except the last one, to avoid
+%%    wasting too much space, but to ensure that the data is written to the
+%%    medium when all jobs are finished.
+
+%%    This directive is ignored with tape and FIFO devices.  
 
 \end{description}
 
@@ -1995,15 +1995,15 @@ incremental  backup.
    cases.
 
    
-\item [WritePartAfterJob=yes\vb{}no]
-   \index[dir]{WritePartAfterJob}
-   \index[dir]{Directive!WritePartAfterJob}
-   tells Bacula to request the Storage daemon to write the current part
-   file to the device when the job is finished (see \ilink{Write Part After Job directive in the Job resource}{WritePartAfterJob}).  Please note,
-   this directive is implemented only in version 1.37 and later.  The
-   default is yes.  We strongly recommend that you keep this set to yes
-   otherwise, when the last job has finished one part will remain in the
-   spool file and restore may or may not work.
+%% \item [WritePartAfterJob=yes\vb{}no]
+%%    \index[dir]{WritePartAfterJob}
+%%    \index[dir]{Directive!WritePartAfterJob}
+%%    tells Bacula to request the Storage daemon to write the current part
+%%    file to the device when the job is finished (see \ilink{Write Part After Job directive in the Job resource}{WritePartAfterJob}).  Please note,
+%%    this directive is implemented only in version 1.37 and later.  The
+%%    default is yes.  We strongly recommend that you keep this set to yes
+%%    otherwise, when the last job has finished one part will remain in the
+%%    spool file and restore may or may not work.
 
 \end{description}
 
index ac4b39d4c8b5a3fe1e006a8b37c2aab729965854..a0e44b0cd7342295d65f9cc02acd1dfc6a2a046d 100644 (file)
@@ -1082,8 +1082,8 @@ apply to removable filesystems such as USB.
    USB unless they are automounted, and to {\bf no} for all other devices
    (tapes/files).  This directive indicates if the device requires to be
    mounted to be read, and if it must be written in a special way.  If it
-   set, {\bf Mount Point}, {\bf Mount Command}, {\bf Unmount Command} and
-   {\bf Write Part Command} directives must also be defined.
+   set, {\bf Mount Point}, {\bf Mount Command}, and {\bf Unmount Command}
+   directives must also be defined.
 
 \item [Mount Point = {\it directory}]
    \index[sd]{Mount Point}