]> git.sur5r.net Git - bacula/docs/commitdiff
ebl update MaxIncr/Diff/RunTime, MaxWaitTime and MaxRunSchedTime
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 1 May 2008 17:03:23 +0000 (17:03 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 1 May 2008 17:03:23 +0000 (17:03 +0000)
docs/manuals/en/install/dirdconf.tex

index 62fb3c0869d18122ebe79c561308287752fbb2e0..f184ac485bba73c9195085a8d391bfeb5fc5e7ca 100644 (file)
@@ -897,8 +897,37 @@ JobDefs {
 \index[dir]{Directive!Max Run Time}
    The time specifies the maximum allowed time that a job may run, counted
    from when the job starts, ({\bf not} necessarily the same as when the
-   job was scheduled).  This directive is implemented in version 1.33 and
-   later.
+   job was scheduled).
+
+\item [Incremental|Differential Max Wait Time = \lt{}time\gt{}]
+\index[dir]{Incremental Wait Run Time}
+\index[dir]{Differential Wait Run Time}
+\index[dir]{Directive!Differential Max Wait Time}
+    Theses directives have been deprecated in favor of
+    \texttt{Incremental|Differential Max Run Time} since bacula 2.3.18.
+
+\item [Incremental Max Run Time = \lt{}time\gt{}]
+\index[dir]{Incremental Max Run Time}
+\index[dir]{Directive!Incremental Max Run Time}
+The time specifies the maximum allowed time that an Incremental backup job may
+run, counted from when the job starts, ({\bf not} necessarily the same as when
+the job was scheduled).
+
+\item [Differential Max Wait Time = \lt{}time\gt{}]
+\index[dir]{Differential Max Run Time}
+\index[dir]{Directive!Differential Max Run Time}
+The time specifies the maximum allowed time that a Differential backup job may
+run, counted from when the job starts, ({\bf not} necessarily the same as when
+the job was scheduled).
+
+\item [Max Run Sched Time = \lt{}time\gt{}]
+\index[dir]{Max Run Sched Time}
+\index[dir]{Directive!Max Run Sched Time}
+
+The time specifies the maximum allowed time that a job may run, counted from
+when the job was scheduled. This can be useful to prevent jobs from running
+during working hours. We can see it like \texttt{Max Start Delay + Max Run
+  Time}.
 
 \item [Max Wait Time = \lt{}time\gt{}]
 \index[dir]{Max Wait Time}
@@ -907,28 +936,7 @@ JobDefs {
    for a resource (such as waiting for a tape to be mounted, or waiting for
    the storage or file daemons to perform their duties), counted from the
    when the job starts, ({\bf not} necessarily the same as when the job was
-   scheduled).  This directive is implemented only in version 1.33 and
-   later.
-
-\item [Incremental Max Wait Time = \lt{}time\gt{}]
-\index[dir]{Incremental Max Wait Time}
-\index[dir]{Directive!Incremental Max Wait Time}
-   The time specifies the maximum allowed time that an Incremental backup
-   job may block waiting for a resource (such as waiting for a tape to be
-   mounted, or waiting for the storage or file daemons to perform their
-   duties), counted from the when the job starts, ({\bf not} necessarily
-   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 [Differential Max Wait Time = \lt{}time\gt{}]
-\index[dir]{Differential Max Wait Time}
-\index[dir]{Directive!Differential Max Wait Time}
-   The time specifies the maximum allowed time that a Differential backup
-   job may block waiting for a resource (such as waiting for a tape to be
-   mounted, or waiting for the storage or file daemons to perform their
-   duties), counted from the when the job starts, ({\bf not} necessarily
-   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.
+   scheduled). This directive works as expected since bacula 2.3.18.
 
 \item [Max Full Age = \lt{}time\gt{}]
 \index[dir]{Max Full Age}