[Bacula-users] Variable expressions

2005-06-22 Thread Stephan Holl
Dear List, I would like to write a bootstrap for every job and every client I backup. So here is my definition: JobDefs { Name = "DefaultJob" Type = Backup Level = Incremental [...] Write Bootstrap = "/var/bacula/${Client]-${Job}-${Level}- ${JobId}.bsr" } But the result is not what I i

Re: [Bacula-users] Variable expressions

2005-06-22 Thread Ross Boylan
On Wed, Jun 22, 2005 at 04:50:50PM +0200, Stephan Holl wrote: > Dear List, > > I would like to write a bootstrap for every job and every client I > backup. > > So here is my definition: > > JobDefs { > Name = "DefaultJob" > Type = Backup > Level = Incremental > [...] > Write Bootstrap =

Re: [Bacula-users] Variable expressions

2005-06-22 Thread Stephan Holl
Hello Ross, On Wed, 22 Jun 2005 11:43:27 -0700 Ross Boylan <[EMAIL PROTECTED]> wrote: > On Wed, Jun 22, 2005 at 04:50:50PM +0200, Stephan Holl wrote: > > Dear List, > > > > I would like to write a bootstrap for every job and every client I > > backup. > > > > So here is my definition: > > > >

Re: [Bacula-users] Variable expressions

2005-06-23 Thread Kern Sibbald
On Thursday 23 June 2005 07:31, Stephan Holl wrote: > Hello Ross, > > On Wed, 22 Jun 2005 11:43:27 -0700 Ross Boylan > > <[EMAIL PROTECTED]> wrote: > > On Wed, Jun 22, 2005 at 04:50:50PM +0200, Stephan Holl wrote: > > > Dear List, > > > > > > I would like to write a bootstrap for every job and ever

Re: [Bacula-users] Variable expressions

2005-06-23 Thread Stephan Holl
Hello Kern, On Thu, 23 Jun 2005 11:05:05 +0200 Kern Sibbald <[EMAIL PROTECTED]> wrote: [...] > > Put the bootstrap directive in your Job resource. > I tried, but without success, the resulting bootstrap was named ${Client]-${Job}-${Level}-${JobId}.bsr. Variable expansion. Best Step