From: Kern Sibbald Date: Fri, 15 Jan 2016 17:06:34 +0000 (+0100) Subject: Update version date + add list volumes doc X-Git-Tag: Release-7.4.0~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;ds=sidebyside;h=ebde4ec6f09956ad28e04e17db77062b6e21d4d9;p=bacula%2Fdocs Update version date + add list volumes doc --- diff --git a/docs/manuals/en/main/newfeatures.tex b/docs/manuals/en/main/newfeatures.tex index e52436e1..cc9c4518 100644 --- a/docs/manuals/en/main/newfeatures.tex +++ b/docs/manuals/en/main/newfeatures.tex @@ -141,6 +141,30 @@ that is a maximum time between Virtual Full jobs. It is much like the Max Full Interval directive but applies to Virtual Full jobs rather that Full jobs. +\subsection{New List Volumes Output} +The \bf{list} and \bf{llist} commands have been modified so that when +listing Volumes a new pseudo field \bf{expiresin} will be printed. This +field is the number of seconds in which the retention period will expire. +If the retention period has already expired the value will be zero. Any +non-zero value means that the retention period is still in effect. + +An example with many columns shorted for display purpose is: + +\begin{verbatim} +*list volumes +Pool: Default +*list volumes +Pool: Default ++----+---------------+-----------+---------+-------------+-----------+ +| id | volumename | volstatus | enabled | volbytes | expiresin | ++----+---------------+-----------+---------+-------------+-----------+ +| 1 | TestVolume001 | Full | 1 | 249,940,696 | 0 | +| 2 | TestVolume002 | Full | 1 | 249,961,704 | 1 | +| 3 | TestVolume003 | Full | 1 | 249,961,704 | 2 | +| 4 | TestVolume004 | Append | 1 | 127,367,896 | 3 | ++----+---------------+-----------+---------+-------------+-----------+ +\end{verbatim} + %% %% \chapter{New Features in 7.2.0} diff --git a/docs/manuals/version.tex b/docs/manuals/version.tex index 0b895feb..23ed8301 100644 --- a/docs/manuals/version.tex +++ b/docs/manuals/version.tex @@ -1 +1 @@ -7.4.0 (14 January 2016) +7.4.0 (16 January 2016)