Re: [Bacula-users] Bacula 9.6.x: "volume use duration" not working as expected

2020-03-23 Thread Uwe Schuerkamp
On Sun, Mar 22, 2020 at 01:47:16PM +0100, kern wrote: > Hello,That volume is set to  a 1 year volume use duration not one day.  > Possibly you updated the p>ool but forgot to update existing volumes with the > new resource.Best regards,KernSent from my Samsu>ng Galaxy smartphone. Thanks Kern & e

Re: [Bacula-users] Bacula 9.6.x: "volume use duration" not working as expected

2020-03-22 Thread kern
(GMT+01:00) To: Bacula Users Mailing List Subject: [Bacula-users] Bacula 9.6.x: "volume use duration" not working as   expected Hi folks,I have a set of tapes that I'd like to use in a daily rotation to backup online disk volumes to tape.I defined a pool for this like

Re: [Bacula-users] Bacula 9.6.x: "volume use duration" not working as expected

2020-03-20 Thread Phil Stracchino
On 2020-03-20 04:35, Uwe Schuerkamp wrote: > Hi folks, > > I have a set of tapes that I'd like to use in a daily rotation to backup > online disk volumes to tape. > > I defined a pool for this like so: > > Pool { > Name = offline_weekly > Pool Type = Backup > Recycle = yes > AutoPrune =

Re: [Bacula-users] Bacula 9.6.x: "volume use duration" not working as expected

2020-03-20 Thread Martin Simmons
> On Fri, 20 Mar 2020 22:33:10 +1100, Gary R Schmidt said: > > On 20/03/2020 22:21, Heitor Faria wrote: > > Hello Uwe, > > > > No, it is not. > > VUD will change the volume status to used at its endpoint, making sure > > the VolRetention is applied. > > Bacula volumes selection algo always t

Re: [Bacula-users] Bacula 9.6.x: "volume use duration" not working as expected

2020-03-20 Thread Gary R. Schmidt
On 20/03/2020 22:21, Heitor Faria wrote: Hello Uwe, No, it is not. VUD will change the volume status to used at its endpoint, making sure the VolRetention is applied. Bacula volumes selection algo always try to write on last written tape. The only when to implement the round-robin tape rotatio

Re: [Bacula-users] Bacula 9.6.x: "volume use duration" not working as expected

2020-03-20 Thread Josh Fisher
On 3/20/2020 4:35 AM, Uwe Schuerkamp wrote: Hi folks, I have a set of tapes that I'd like to use in a daily rotation to backup online disk volumes to tape. I defined a pool for this like so: Pool { Name = offline_weekly Pool Type = Backup Recycle = yes AutoPrune = yes Volume

Re: [Bacula-users] Bacula 9.6.x: "volume use duration" not working as expected

2020-03-20 Thread Heitor Faria
-users] Bacula 9.6.x: "volume use duration" not working as expected >Hi folks, > >I have a set of tapes that I'd like to use in a daily rotation to backup >online disk volumes to tape. > >I defined a pool for this like so: > >Pool { > Name = offline_wee

[Bacula-users] Bacula 9.6.x: "volume use duration" not working as expected

2020-03-20 Thread Uwe Schuerkamp
Hi folks, I have a set of tapes that I'd like to use in a daily rotation to backup online disk volumes to tape. I defined a pool for this like so: Pool { Name = offline_weekly Pool Type = Backup Recycle = yes AutoPrune = yes Volume Retention = 1 year Recycle Oldest Volume = yes Pu