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
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
OK - I found in the release notes for 7.0.0
The following features or directives have been removed:
- Win32
- tray-monitor
- wx_console
- Removed cats DBI driver
- Python
So I assume this means python scripting is no longer supported.
If this is the case is there an alternative mechanism for dy
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
HI
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.
Regards
Steve Lee
From: Kern Sibbald
Sent: 11 September 2011 10:31
To: bacula-users; bacula-devel
Subject: [Bac
Hi
I am begining with Python scripting.
I imagine to have monitoring/management scripts for bacula coded with python.
Indeed Bash is not very easy to manage bacula object concepts ( jobs
schedule … )
First i saw that bacula can execute python code according to internal events
Is there a librar