예제 #1
0
 def set_configfile(self, configfile):
     bconsole.set_configfile(configfile)
예제 #2
0
 def __init__(self, configfile="./bconsole.conf"):
     bconsole.set_configfile(configfile)
예제 #3
0
파일: backends.py 프로젝트: veezor/Nimbus
 def set_configfile(self, configfile):
     bconsole.set_configfile(configfile)
예제 #4
0
파일: backends.py 프로젝트: veezor/Nimbus
 def __init__(self, configfile="./bconsole.conf"):
     bconsole.set_configfile(configfile)
예제 #5
0
def main():
    bconsole.set_configfile("/etc/bacula/bconsole.conf")
    bconsole.connect()
    print bconsole.execute_command("status dir=linconet-dir")
    bconsole.close()
예제 #6
0
def main():
    bconsole.set_configfile("/etc/bacula/bconsole.conf")
    bconsole.connect()
    print bconsole.execute_command("status dir=linconet-dir")
    bconsole.close()