From e38d673861b80e7f8f0ef41067272e8e81e61060 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 27 Sep 2008 12:52:26 +0000 Subject: [PATCH] ebl Add doc about Max Wait Time, Max Run Time --- docs/manuals/en/concepts/newfeatures.tex | 37 ++++++++++++++---------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/docs/manuals/en/concepts/newfeatures.tex b/docs/manuals/en/concepts/newfeatures.tex index 59c7aa20..eb1b92da 100644 --- a/docs/manuals/en/concepts/newfeatures.tex +++ b/docs/manuals/en/concepts/newfeatures.tex @@ -617,19 +617,26 @@ number, which will help us in future versions automatically determine if a File daemon is not compatible. \item [Max Run Sched Time] - -\item [Full Max Wait Time] - -\item [Incremental Max Wait Time] - -\item [Differential Max Wait Time] - -\item [Full Max Run Time] - -\item [Differential Max Run Time] - -\item [Incremental Max Run 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] +Previous \textbf{MaxWaitTime} directives aren't working as expected, instead +of checking the maximum allowed time that a job may block for a resource, +those directives worked like \textbf{MaxRunTime}. Some users are reporting to use +\textbf{Incr/Diff/Full Max Wait Time} to control the maximum run time of their job +depending on the level. Now, they have to use \textbf{Incr/Diff/Full Max Run Time}. +\textbf{Incr/Diff/Full Max Wait Time} directives are now deprecated. + +\item [Incremental|Differential Max Wait Time = \lt{}time\gt{}] +Theses directives have been deprecated in favor of \texttt{Incremental|Differential +Max Run Time}. + +\item [Max Run Time directives] +Using \textbf{Full/Diff/Incr Max Run Time}, it's now possible to specify the +maximum allowed time that a job can run depending on the level. \item [Statistics Enhancements] If you (or your boss) want to have statistics on your backups, you could use @@ -657,8 +664,8 @@ prune (remove) Job records that are older than the specified period. These statistics records aren't used for restore purpose, but mainly for capacity planning, billings, etc. -You can use the following Job resource in your nightly \textbf{BackupCatalog} job to maintain -statistics. +You can use the following Job resource in your nightly \textbf{BackupCatalog} +job to maintain statistics. \begin{verbatim} Job { Name = BackupCatalog -- 2.39.5