From ebde4ec6f09956ad28e04e17db77062b6e21d4d9 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 15 Jan 2016 18:06:34 +0100 Subject: [PATCH] Update version date + add list volumes doc --- docs/manuals/en/main/newfeatures.tex | 24 ++++++++++++++++++++++++ docs/manuals/version.tex | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) 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) -- 2.39.2