Re: [Bacula-users] Python in bacula 7 - dynamically assign volume names

2015-04-21 Thread Steve Lee
cula-users@lists.sourceforge.net; bacula-de...@lists.sourceforge.net Subject: Re: [Bacula-users] Python in bacula 7 - dynamically assign volume names Hi Steve, Maybe a shell script in a RunBeforeJob directive? You can test with "list nextvol" if there is an available volume and if not inst

Re: [Bacula-users] Python in bacula 7 - dynamically assign volume names

2015-04-20 Thread Ana Emília M . Arruda
Hi Steve, Maybe a shell script in a RunBeforeJob directive? You can test with "list nextvol" if there is an available volume and if not instruct Bacula to label one (and the label you can create it for your own in your shell script). Could you be more specific about "allocate volume names at run t

Re: [Bacula-users] Python in bacula 7

2015-04-20 Thread S McGraw
On 04/20/2015 03:08 AM, Steve Lee wrote: > Does anyone know whether python scripting is supported in 7.0.5? > I could see that --with-python is no longer a valid configuration option. Python support was removed in the 7.x releases. I had the same question which was answered in this thread: h