From: Eric Bollengier Date: Mon, 19 Feb 2007 11:51:46 +0000 (+0000) Subject: ebl add RecyclePool to Pool. Media will take Pool.RecyclePool X-Git-Tag: Release-2.2.0~1021 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=eca5063f75c8aefff5c99311ba0856744487b5b3;p=bacula%2Frescue ebl add RecyclePool to Pool. Media will take 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 ... } ---