From 33daf489e61fbf295097c899e84ac49d92080884 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 19 Feb 2007 11:54:07 +0000 Subject: [PATCH] ebl update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4206 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/technotes-2.1 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/bacula/technotes-2.1 b/bacula/technotes-2.1 index a8908f357b..4058629b02 100644 --- a/bacula/technotes-2.1 +++ b/bacula/technotes-2.1 @@ -1,6 +1,18 @@ Technical notes on version 2.1 General: +19Feb07 +ebl finish RecyclePool feature + Media will takes Pool.RecyclePool + when moving from Scratch to a Pool or when user will do + update volume=xxx frompool + To use it, add RecyclePool = aPool to your Pool resource + Pool { + Name = Default + RecyclePool = Scratch + ... + } + TODO: update manual 18Feb07 kes Make DEVICE fd private. Its new name is m_fd, and can be obtained with dev->fd() outside the class. This is the @@ -14,7 +26,6 @@ kes Implement a BSOCK send() method that writes the whole record in a single write() request rather than in two. ebl add update volume=xxx recyclepool=yyyy volume takes recyclepool from pool when using update volume=xxx from pool - TODO: update manual 16Feb07 kes Fix encryption deblocking bug, which caused some restored files to be truncated. This fixes bug #763. -- 2.39.5