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