]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/install/dirdconf.tex
Designate Always as the default value for the Replace directive
[bacula/docs] / docs / manuals / en / install / dirdconf.tex
index 73c7179252300aa50cecd07fbce39808378cb87e..4d1614b7e64b379c396c151443d3476e4a04f737 100644 (file)
@@ -286,7 +286,7 @@ resource.
    listen for Bacula Console connections.  This same port number must be
    specified in the Director resource  of the Console configuration file. The
    default is 9101, so  normally this directive need not be specified.  This
-   directive should not be used if you specify DirAddresses (not plural)
+   directive should not be used if you specify DirAddresses (N.B plural)
    directive.
 
 \item [DirAddress = \lt{}IP-Address\gt{}]
@@ -299,7 +299,7 @@ resource.
    specified, the Director  will bind to any available address (the default). 
    Note, unlike the DirAddresses specification noted above, this  directive only
    permits a single address to be specified.  This directive should not be used if you
-   specify a DirAddresses (note plural) directive. 
+   specify a DirAddresses (N.B. plural) directive. 
 
 
 
@@ -456,6 +456,7 @@ For a {\bf Backup} Job, the Level may be one of the  following:
    different FileSet.  
 \item The Job was a Full, Differential, or Incremental backup.  
 \item The Job terminated normally (i.e. did not fail or was not  canceled).  
+\item The Job started no longer ago than {\bf Max Full Age}.
 \end{itemize}
 
    If all the above conditions do not hold, the Director will upgrade  the
@@ -515,6 +516,7 @@ For a {\bf Backup} Job, the Level may be one of the  following:
    different FileSet.  
 \item The Job was a FULL backup.  
 \item The Job terminated normally (i.e. did not fail or was not  canceled).  
+\item The Job started no longer ago than {\bf Max Full Age}.
 \end{itemize}
 
    If all the above conditions do not hold, the Director will  upgrade the
@@ -872,6 +874,17 @@ JobDefs {
    the same as when the job was scheduled).  Please note that if there is a
    {\bf Max Wait Time} it may also be applied to the job.
 
+\item [Max Full Age = \lt{}time\gt{}]
+\index[dir]{Max Full Age}
+\index[dir]{Directive!Max Full Age}
+   The time specifies the maximum allowed age (counting from start time) of
+   the most recent successful Full backup that is required in order to run
+   Incremental or Differential backup jobs. If the most recent Full backup
+   is older than this interval, Incremental and Differential backups will be
+   upgraded to Full backups automatically. If this directive is not present,
+   or specified as 0, then the age of the previous Full backup is not
+   considered.
+
 \label{PreferMountedVolumes}
 \item [Prefer Mounted Volumes = \lt{}yes|no\gt{}]
 \index[dir]{Prefer Mounted Volumes}
@@ -937,6 +950,11 @@ JobDefs {
    The specified {\bf Command} (see below for details) is run as an
    external program prior or after the current Job.  This is optional.
 
+   Console options are special commands that are sent to the director instead
+   of the OS.
+
+   You can specify more than one Command/Console option per RunScript.
+
    You can use following options may be specified in the body
    of the runscript:\\
 
@@ -957,6 +975,8 @@ Fail Job On Error & Yes/No & {\it Yes} & Fail job if script returns
 \hline
 Command          &       &          & Path to your script\\
 \hline
+Console          &       &          & Console command\\
+\hline
 \end{tabular}
    \\
 
@@ -1435,7 +1455,7 @@ RunScript {
 \item [always]
    \index[dir]{always}
   when the file to be restored already exists, it is deleted and then
-  replaced by the copy that was backed up.
+  replaced by the copy that was backed up.  This is the default value.
 
 \item [ifnewer]
 \index[dir]{ifnewer}