]> git.sur5r.net Git - bacula/rescue/commit
ebl add RecyclePool to Pool. Media will take Pool.RecyclePool
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 19 Feb 2007 11:51:46 +0000 (11:51 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 19 Feb 2007 11:51:46 +0000 (11:51 +0000)
commiteca5063f75c8aefff5c99311ba0856744487b5b3
treefedcedfcce060b767086fbb22e70169b48ddf11c
parent829a6bd11dad328f4bc314d9c5c9d5b195adff94
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
...
}