]> git.sur5r.net Git - bacula/docs/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)
commit7df5d25dab5dd6ff6379f7483d5af0040e7b1dd7
treec3cc2d29e49880c432f2461dd8c820564cc3b274
parent13d095d98a71dec1dfc5e51d9e7d0965c0012b52
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
...
}