Re: [Bacula-users] Python Startup Script

2011-07-15 Thread Joris Heinrich
Ok, at his time no answer received... i played with this script: 1# 2# Bacula Python interface script for the Director 3# 4 5# You must import both sys and bacula 6import sys, bacula 7 8class globalVars(): 9def

[Bacula-users] Python Startup Script

2011-07-14 Thread Joris Heinrich
Hello All, I m looking for examples about phyton startup scripts... My issue is, that i will change the priority of jobs to the starting time. the script should look for an fullbackup-job and if this job exists and run... all other jobs should get an higher priority. If this job not