]> git.sur5r.net Git - bacula/docs/commitdiff
Spell check and correct new features
authorKern Sibbald <kern@sibbald.com>
Mon, 24 Mar 2014 17:33:40 +0000 (18:33 +0100)
committerKern Sibbald <kern@sibbald.com>
Mon, 24 Mar 2014 17:33:40 +0000 (18:33 +0100)
docs/manuals/en/main/newfeatures.tex

index 9195769e0db20824d8012b304f7d8c293a9a13d9..599b31eb9b28126b93cb5fd682dbe69bd17cf424 100644 (file)
@@ -130,8 +130,8 @@ truncate storage=File pool=Default
 This command does exactly the same thing as a 
 {\bf restart} command but for some users the
 name may be more logical since in general the 
-{\bf restart} command is used to resume running
-a Job that was incompleted.
+{\bf restart} command is used to rerun running
+a Job that had been canceled or had failed.
 
 \subsection{Migration/Copy/VirtualFull Performance Enhancements}
 The Bacula Storage daemon now permits multiple jobs to simultaneously read
@@ -345,7 +345,7 @@ RunAfterJob = "/bin/echo Pid=%P isCloned=%C"
 \end{verbatim}
 
 \subsection{Read Only Storage Devices}
-This version of Bacula permits defining a Storage deamon device
+This version of Bacula permits defining a Storage daemon device
 to be read-only. That is if the {\bf ReadOnly} directive is specified and
 enabled, the drive can only be used for read operations.
 The the {\bf ReadOnly} directive can be defined in any bacula-sd.conf
@@ -429,7 +429,7 @@ Run
 accurate
 \end{verbatim}
 
-On or more of these command keywords can be placed in qoutes and separated
+On or more of these command keywords can be placed in quotes and separated
 by spaces on the Disable Command directive line.  Note: the commands must
 be written exactly as they appear above.
 
@@ -449,7 +449,7 @@ especially useful for specifying more complicated Migration/Copy SQL
 statements and in creating long restricted console ACL lists.
 
 \subsection{Maximum Spawned Jobs}
-The Job resource now permits specifing a number of {\bf Maximum Spawn
+The Job resource now permits specifying a number of {\bf Maximum Spawn
 Jobs}. The default is 300.  This directive can be useful if you have
 big hardware and you do a lot of Migration/Copy jobs which start
 at the same time.  In prior versions of Bacula, Migration/Copy
@@ -468,8 +468,8 @@ directive of a Schedule resource.  This version of Bacula also permits
 specifying the 6th week of a month with the keyword {\bf sixth} or
 {\bf 6th}.
 
-\subsection{Secheduling the Last Day of a Month}
-This version of Bacula now premits specifying the {\bf lastday}
+\subsection{Scheduling the Last Day of a Month}
+This version of Bacula now permits specifying the {\bf lastday}
 keyword in the {\bf run} directive of a Schedule resource.
 If {\bf lastday} is specified, it will apply only to those months
 specified on the {\bf run} directive.  Note: by default all months
@@ -486,7 +486,7 @@ to select all the appropriate Jobs.
 
 \subsection{bconsole Performance Improvements}
 In previous versions of Bacula certain bconsole commands could wait a long
-time due to catalog lock contention.  This was especially noticable 
+time due to catalog lock contention.  This was especially noticeable 
 when a large number of jobs were running and putting their attributes
 into the catalog.  This version uses a separate catalog connection that
 should significantly enhance performance.