Re: [Bacula-users] problems with labels and misc

2005-06-24 Thread Kern Sibbald
On Friday 24 June 2005 18:28, Karl Cunningham wrote: > --On Thursday, June 23, 2005 2:29 PM +0200 Kern Sibbald <[EMAIL PROTECTED]> > ... > > > > Yup -- and work, which is hard when it is 30+ degrees. :-) > > Perhaps an appreciative user base could take up a collection to install air > conditioning

Re: [Bacula-users] problems with labels and misc

2005-06-24 Thread Karl Cunningham
--On Thursday, June 23, 2005 2:29 PM +0200 Kern Sibbald <[EMAIL PROTECTED]> wrote: > On Thursday 23 June 2005 13:34, Arno Lehmann wrote: >> Hello, >> >> Kern Sibbald wrote: >> > On Thursday 23 June 2005 09:57, Arno Lehmann wrote: >> >> variables: >> >> Yes, and after experimenting a bit I hope p

Re: [Bacula-users] problems with labels and misc

2005-06-24 Thread Kern Sibbald
On Friday 24 June 2005 03:25, Ross Boylan wrote: > On Thu, Jun 23, 2005 at 09:13:36PM +0200, Kern Sibbald wrote: > > On Thursday 23 June 2005 18:02, Ross Boylan wrote: > > > On Thu, Jun 23, 2005 at 12:59:22PM +0200, Kern Sibbald wrote: > > > > Now is *really* the time for people to start trying Pyt

Re: [Bacula-users] problems with labels and misc

2005-06-23 Thread Ross Boylan
On Thu, Jun 23, 2005 at 09:13:36PM +0200, Kern Sibbald wrote: > On Thursday 23 June 2005 18:02, Ross Boylan wrote: > > On Thu, Jun 23, 2005 at 12:59:22PM +0200, Kern Sibbald wrote: > > > Now is *really* the time for people to start trying Python -- there > > > are still > > > > FYI, 3 things are ho

Re: [Bacula-users] problems with labels and misc

2005-06-23 Thread Kern Sibbald
On Thursday 23 June 2005 18:02, Ross Boylan wrote: > On Thu, Jun 23, 2005 at 12:59:22PM +0200, Kern Sibbald wrote: > > Now is *really* the time for people to start trying Python -- there > > are still > > FYI, 3 things are holding me back: > 1. Not packaged for Debian. I doubt that it will be pack

Re: [Bacula-users] problems with labels and misc

2005-06-23 Thread Ross Boylan
On Thu, Jun 23, 2005 at 12:59:22PM +0200, Kern Sibbald wrote: > Now is *really* the time for people to start trying Python -- there > are still FYI, 3 things are holding me back: 1. Not packaged for Debian. 2. Not documented. 3. counters unavailable (though if it's python, I suppose one could ac

Re: [Bacula-users] problems with labels and misc

2005-06-23 Thread Kern Sibbald
On Thursday 23 June 2005 15:50, Misty Stanley-Jones wrote: > On Thursday 23 June 2005 05:59 am, Kern Sibbald wrote: > > Now is *really* the time for people to start trying Python -- there are > > still problems (a few memory leaks), and certainly much more to implement > > to make it really useful.

Re: [Bacula-users] problems with labels and misc

2005-06-23 Thread Misty Stanley-Jones
On Thursday 23 June 2005 05:59 am, Kern Sibbald wrote: > Now is *really* the time for people to start trying Python -- there are > still problems (a few memory leaks), and certainly much more to implement > to make it really useful. What I hope is to be able to provide a certain > minimum set of

Re: [Bacula-users] problems with labels and misc

2005-06-23 Thread Kern Sibbald
On Thursday 23 June 2005 13:34, Arno Lehmann wrote: > Hello, > > Kern Sibbald wrote: > > On Thursday 23 June 2005 09:57, Arno Lehmann wrote: > > variables: > >>Yes, and after experimenting a bit I hope python will make this much > >>simpler... > > > > It seems terribly ironic that now that 1.37 is

Re: [Bacula-users] problems with labels and misc

2005-06-23 Thread Arno Lehmann
Hello, Kern Sibbald wrote: On Thursday 23 June 2005 09:57, Arno Lehmann wrote: variables: Yes, and after experimenting a bit I hope python will make this much simpler... It seems terribly ironic that now that 1.37 is almost out, there is an important interest in variables. Instead of wri

Re: [Bacula-users] problems with labels and misc

2005-06-23 Thread Kern Sibbald
On Thursday 23 June 2005 09:57, Arno Lehmann wrote: > Hi, > > Ross Boylan wrote: > > ... > > > That's very kind. I have progressed enough so that I can see the > > construct I used, > >${blankv:-${seqno+}:p/4/0/r} > > seems to be working. (There are other problems, but I don't think > > cause

Re: [Bacula-users] problems with labels and misc

2005-06-23 Thread Arno Lehmann
Hi, Ross Boylan wrote: ... That's very kind. I have progressed enough so that I can see the construct I used, ${blankv:-${seqno+}:p/4/0/r} seems to be working. (There are other problems, but I don't think caused by this). Well, I played around a bit with variables... unfortunately, it's

Re: [Bacula-users] problems with labels and misc

2005-06-22 Thread Ross Boylan
On Wed, Jun 22, 2005 at 09:03:46PM +0200, Arno Lehmann wrote: > Hello, > > Ross Boylan wrote: > > >On Wed, Jun 22, 2005 at 10:13:20AM +0200, Arno Lehmann wrote: > > > ... > >The manual doesn't give any indication that assignment to a variable > >is possible in the configuration file, or where

Re: [Bacula-users] problems with labels and misc

2005-06-22 Thread Arno Lehmann
Hello, Ross Boylan wrote: On Wed, Jun 22, 2005 at 10:13:20AM +0200, Arno Lehmann wrote: ... The manual doesn't give any indication that assignment to a variable is possible in the configuration file, or where such assignment would go. But This bug http://bugs.bacula.org/bug_view_ad

Re: [Bacula-users] problems with labels and misc

2005-06-22 Thread Ross Boylan
On Wed, Jun 22, 2005 at 10:13:20AM +0200, Arno Lehmann wrote: > > Ok, what I remember: Incrementing and formatting at the same time was > not possible. I think Kern suggested some work-around with another > variable, where you do something like > newvar=+seqno > label=formatted newvar The m

Re: [Bacula-users] problems with labels and misc

2005-06-22 Thread Arno Lehmann
Hi, Ross Boylan wrote: My pool includes Label Format = "Full${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}_${seqno+:p/4/0/r}" (one line in original) earlier I had Counter { Name = "seqno" Minimum = 30 # backup 27 looks to be my last CD at the start Catalog = MyCatalog } but I get this err