]> git.sur5r.net Git - bacula/bacula/commitdiff
update
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 28 May 2009 08:37:56 +0000 (08:37 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 28 May 2009 08:37:56 +0000 (08:37 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8869 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/INSTALL

index 931572d07e9dcd58cef65cf278f403b551fabf20..23c91143dc5890273f05f0bd827a7233d41bc969 100644 (file)
@@ -249,9 +249,7 @@ www-data ALL = (root) NOPASSWD: /usr/sbin/mtx -f /dev/changer status
 www-data ALL = (root) NOPASSWD: /usr/sbin/mtx -f /dev/changer load *
 www-data ALL = (root) NOPASSWD: /usr/sbin/mtx -f /dev/changer unload *
 
-################ BFILEVIEW SETUP ###############################
-
-At this time, bfileview works only with PostgreSQL.
+################ BFILEVIEW AND BTIME SETUP ###############################
 
 Alias /bweb/fv /var/spool/bweb
 <Directory "/var/spool/bweb">
@@ -265,12 +263,14 @@ mkdir /var/spool/bweb
 chmod 700 /var/spool/bweb
 chown www-data /var/spool/bweb
 
-You have to remove "<!-- Remove this to activate bfileview" and "-->" from
-tpl/en/display_job_zoom.tpl.
-
 Add (or configure) a writable location to the parameters in bweb.conf 
    'fv_write_path' => '/var/spool/bweb',
 
+###### BFILEVIEW only part
+
+You have to remove "<!-- Remove this to activate bfileview" and "-->" from
+tpl/en/display_job_zoom.tpl.
+
 You MUST use brestore.pl -b or bresto.pl action=batch to initialize the database, and
 you CAN use bfileview.pl mode=batch jobid=xxx where=/ to compute tree size.