]> git.sur5r.net Git - bacula/docs/commitdiff
Small changers
authorKern Sibbald <kern@sibbald.com>
Sat, 3 Jun 2017 08:52:12 +0000 (10:52 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 3 Jun 2017 08:52:12 +0000 (10:52 +0200)
docs/manuals/bacula.sty
docs/manuals/en/main/storedconf.tex
docs/manuals/version.tex

index 69310557c3331f4a6774bbc462f977cce1cfbfab..e01456b8265a0498677672a6b32c80e9373979e6 100644 (file)
 %%%
 
 
-\def\version{7.9.0}
+\def\version{7.9.1}
 
 
 %%
index 9532716a84a03b7dfa897227bae6ff939d727464..69ae1880ff7f5187b8a9b8f9e7d171530caad48d 100644 (file)
@@ -107,7 +107,7 @@ have one and only one Storage resource definition.
    \index[sd]{Maximum Concurrent Jobs}
    \index[sd]{Directive!Maximum Concurrent Jobs}
    where \lt{}number\gt{} is the maximum number of Jobs that may run
-   concurrently.  The default is set to 10, but you may set it to a larger
+   concurrently.  The default is set to 20, but you may set it to a larger
    number.  Each contact from the Director (e.g.  status request, job start
    request) is considered as a Job, so if you want to be able to do a {\bf
    status} request in the console at the same time as a Job is running, you
@@ -746,8 +746,8 @@ the editing codes that can be used in this directive.
    block to achieve the required minimum size.
    
    To force the block size to be fixed, as is the case for some non-random
-   access devices (tape drives), set the {\bf Minimum block size} and the
-   {\bf Maximum block size} to the same value (zero included).  The default
+   access devices (tape drives), set the {\bf Minimum Block Size} and the
+   {\bf Maximum Block Size} to the same value (zero included).  The default
    is that both the minimum and maximum block size are zero and the default
    block size is 64,512 bytes. 
    
@@ -776,28 +776,28 @@ the editing codes that can be used in this directive.
 \begin{verbatim}
  
     Minimum block size = 64K
-    Maximum blocksize = 200K
+    Maximum blocksize = 256K
    
 \end{verbatim}
 \normalsize
 
-\item [Maximum block size = {\it size-in-bytes}]
-   \index[sd]{Maximum block size}
+\item [Maximum Block Size = {\it size-in-bytes}]
+   \index[sd]{Maximum Block Size}
    \index[sd]{Directive!Maximum block size}
    On most modern tape drives, you will not need to specify this directive.
-   If you do so, it will most likely be to use fixed block sizes (see
-   Minimum block size above).  The Storage daemon will always attempt to
-   write blocks of the specified {\bf size-in-bytes} to the archive device.
-   As a consequence, this statement specifies both the default block size
-   and the maximum block size.  The size written never exceed the given
-   {\bf size-in-bytes}.  If adding data to a block would cause it to exceed
-   the given maximum size, the block will be written to the archive device,
-   and the new data will begin a new block.
+   If you do so, it will most likely be to reduce shoe-shine and improve
+   performance on more modern LTO drives.  The Storage daemon will always
+   attempt to write blocks of the specified {\bf size-in-bytes} to the
+   archive device.  As a consequence, this statement specifies both the
+   default block size and the maximum block size.  The size written never
+   exceeds the given {\bf size-in-bytes}.  If adding data to a block would
+   cause it to exceed the given maximum size, the block will be written to
+   the archive device, and the new data will begin a new block.
    
    If no value is specified or zero is specified, the Storage daemon will
    use a default block size of 64,512 bytes (126 * 512).
 
-   The maximum {\bf size-in-bytes} possible is 2,000,000.
+   The maximum {\bf size-in-bytes} possible is 4,000,000.
 
 \item [Hardware End of Medium = {\it yes\vb{}no}]
    \index[sd]{Hardware End of Medium}
index 4174aeb6c1379292f90174117e236bd96e8fe352..d1983848917409e16806d4d700552204a68adfd1 100644 (file)
@@ -1 +1 @@
-7.9.0 (24 May 2017)
+7.9.1 (29 May 2017)