# This is the config file. # Please, modify with your preferences # If http://www.domain.com/bacula/ # root = /bacula root = /bacula-web # Show a box with a detailed report at index or Status report # I'll remove this in future versions. IndexReport = 0 # Secs since last run. Default 24h. # Unused in this version # LastRun = 86400 # Mode of index page: Full or Lite # Only useful if IndexReport = 0 # # Lite: Only shows a little report for the last 24h. # Maybe you would want this if you have very much jobs. # Full: This shows a full table with detailed data # Maybe you would want this if you have a bit of jobs. mode = Lite # LANGUAGE: # en_EN -> English # es_ES -> Spanish, Mantained by Juan Luis Francés Jiménez. # it_IT -> Italian, Mantained by Gian Domenico Messina (gianni.messina AT c-ict.it). # fr_FR -> Frech, Mantained by Morgan LEFIEUX (comete AT daknet.org). # de_DE -> German, Mantained by Florian Heigl. lang = en_EN # DATABASE INFORMATION AND MULTICATALOG SUPPORT # --------------------------------------------- # This section contains the database configuration. # You must create a user or to give it permissions to access # from web machine. [.DATABASE] # Your database host or IP host = localhost # Your database login login = bacula # Your database password. # For empty passwords use this: # pass = pass = # Your database name db_name = bacula # Your database type: mysql,sqlite,pgsql db_type = mysql # Uncomment this and modify it if your database runs on a non standard port. # db_port = 3306 # MULTICATALOG SUPPORT # --------------------- # If you have only one catalog don't remove the comments. # If you have 2 or more catalogs, please remove the coments of this section # and configure with your preferences. # You can add so many as you want. #[.DATABASE2] #host = 192.168.2.55 #login = bacula #pass = #db_name = bacula #db_type = mysql #[.DATABASE3] #host = 192.168.20.40 #login = bacula #pass = #db_name = bacula #db_type= pgsql