bareos: master 52708427
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
Joerg Steffens | Joerg Steffens | master | 2016-06-01 18:28 | master 907f1c1c | Pending |
Changeset | bareos-fd-connect: improved integration bareos-fd-connect now works with all FD commands, can cope with mutliple command arguments (spaces have to be replaced by 0x1) and offers an interactive mode. Under the hood, there is now a cleaner separation between DirectorConsole and FileDaemon connections. The classes BSock and BSockJson are deprecated. You should use the new classes * bareos.bsock.DirectorConsole * bareos.bsock.DirectorConsoleJson * bareos.bsock.FileDaemon |
||||
mod - README.rst | Diff File | ||||
mod - bareos/bsock/__init__.py | Diff File | ||||
mod - bareos/bsock/bsock.py | Diff File | ||||
mod - bareos/bsock/bsockjson.py | Diff File | ||||
mod - bareos/bsock/constants.py | Diff File | ||||
add - bareos/bsock/directorconsole.py | Diff File | ||||
add - bareos/bsock/directorconsolejson.py | Diff File | ||||
mod - bareos/bsock/filedaemon.py | Diff File | ||||
mod - bareos/bsock/lowlevel.py | Diff File | ||||
mod - bin/bareos-fd-connect.py | Diff File | ||||
mod - bin/bconsole-json.py | Diff File | ||||
mod - bin/bconsole.py | Diff File |