         
This is an experimental Tcl/Tk interface to Bacula.
It is EXTREMELY primitive at the moment, and consists of
a single window that comes up when you do:

    make
    wish bacula.tcl

then if you click on the Help->About you get a dialog.
If you click on File and Connect, it will present a
dialog where you need to fill in the Host, Port, and Password
for contacting the Director. It has some defaults that I use.
Clicking on Connect actually connects to the Director then
displays a giant text window that does nothing -- if you
put the focus there it will accept text but nothing more.

At the end of bacula.tcl are some commented out commands that
indicate how to connect (implemented), how to send text to
Bacula, and how to get text back.  If you uncomment them,
you will get a "status dir" printed on your shell window.

Someone needs to integrate that into a real Tcl/Tk program,
and probably improve the interface to Bacula to return not
only the text but the status.

The basic skeleton is here.  Wouldn't someone like to add
to it?

04Feb03 KES
