Kern Sibbald wrote:
> Hello,
> 
> badmin is a GUI project to create a Bacula Administrative Console.
> 
> This console should be capable of the following things:
> 
> - be a Graphical interface
> - Include all the features of:
>    - bconsole
>    - gnome-console
>    - wx-console
>    - bacula-web
>    - bweb
>    - brestore
>    - jbacula
>    - tray-monitor
> - tree selection of files for restore (like wx-console)
> - tree selection of files for backup
> - graphical creation of FileSets
> - resource display/modification
> - catalog display/modification
> - graphical report generation (like bacula-web, bweb)
> - programmable graphical report generation
> - scriptable
> - create/modify configuration files
> - remote client upgrade
> - software update/problem/patch notification
> - software patch installation
> - monitor daemons
> 

Maybe I am out of line here as I am not on the developer list, in fact 
still a new Bacula user. But I am curious what the method will be for 
"tree selection of files for backup" and "graphical creation of FileSets"?

The reason I ask is that we have had much discussion here about wanting 
a graphical application for running on the fd side so a user with access 
could manage the backup for that fd machine only. Such as our 
development department, right now they send changes to the FileSet to 
me, with a Bacula GUI they might be able to manage their own backups.

The one holdup was that Bacula maintains it's FileSet information in the 
bacula-dir.conf on the dir. How will the GUI manage this information? I 
would not want someone on development-fd to cause a config reload on 
director-dir at will.

Would it be possible to store FileSet information in the DB? Possibly 
the bacula-dir could read the next client job from the bacula-dir.conf, 
and fetch the FileSet from SQL.

Job {
    Name = newjob
    JobDefs = newjob
    SQLFileSet = newjob
    Write Bootstrap = "/data/backups/newjob.bsr"
    }


Is this a feature request?

Thanks,

DAve

-- 
Three years now I've asked Google why they don't have a
logo change for Memorial Day. Why do they choose to do logos
for other non-international holidays, but nothing for
Veterans?

Maybe they forgot who made that choice possible.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to