of jobs that have already run. It obtains its information from your catalog database. Aside from a nice graphical display, it provides summaries of your jobs, as well as graphs of job usage. This is a fairly high level bacula management tool. Here are a few points that one user made concerning this important tool: - It is web-based so can be accessed from anywhere. - It is "read only" users can examine the state of the backups but not write to anything and therefore do no damage - It packs a phenomenal amount of information into a single web-page - that I credit as being very good design! The documentation for bacula-web can be found in a separate bacula-web document in the bacula-docs release. WWW: http://www.bacula.org/ PR: ports/101457 Submitted by: Dan Langille <dan at langille.org>
13 lines
510 B
PHP
13 lines
510 B
PHP
--- bacula-web/classes.inc.orig Sat Nov 5 17:11:16 2005
|
|
+++ bacula-web/classes.inc Sat Apr 29 16:34:44 2006
|
|
@@ -15,8 +15,8 @@
|
|
+-------------------------------------------------------------------------+
|
|
*/
|
|
// Last Err: 11
|
|
-define('CONFIG_DIR', "configs");
|
|
-define('CONFIG_FILE', "bacula.conf");
|
|
+define('CONFIG_DIR', "/usr/local/etc");
|
|
+define('CONFIG_FILE', "bacula-web.conf");
|
|
define('BACULA_TYPE_BYTES_FILES', 1);
|
|
define('BACULA_TYPE_FILES_JOBID', 2);
|
|
define('BACULA_TYPE_BYTES_ENDTIME_ALLJOBS', 69);
|