Example #1
0
 def set_configfile(self, configfile):
     bconsole.set_configfile(configfile)
Example #2
0
 def __init__(self, configfile="./bconsole.conf"):
     bconsole.set_configfile(configfile)
Example #3
0
 def set_configfile(self, configfile):
     bconsole.set_configfile(configfile)
Example #4
0
 def __init__(self, configfile="./bconsole.conf"):
     bconsole.set_configfile(configfile)
Example #5
0
def main():
    bconsole.set_configfile("/etc/bacula/bconsole.conf")
    bconsole.connect()
    print bconsole.execute_command("status dir=linconet-dir")
    bconsole.close()
Example #6
0
def main():
    bconsole.set_configfile("/etc/bacula/bconsole.conf")
    bconsole.connect()
    print bconsole.execute_command("status dir=linconet-dir")
    bconsole.close()