]> git.sur5r.net Git - bacula/docs/commitdiff
Update version date + add list volumes doc
authorKern Sibbald <kern@sibbald.com>
Fri, 15 Jan 2016 17:06:34 +0000 (18:06 +0100)
committerKern Sibbald <kern@sibbald.com>
Fri, 15 Jan 2016 17:06:34 +0000 (18:06 +0100)
docs/manuals/en/main/newfeatures.tex
docs/manuals/version.tex

index e52436e198f2bb4ae7f88b177745397563fb5029..cc9c45183ae3fbc0aaec93d5a8abe2446f8a36cb 100644 (file)
@@ -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}
index 0b895febd8266935da3f33bb1273717fc23bbeb2..23ed8301bbff47423d0789ff1dbbbc596b067584 100644 (file)
@@ -1 +1 @@
-7.4.0 (14 January 2016)
+7.4.0 (16 January 2016)