From: Eric Bollengier Date: Fri, 29 Dec 2006 21:27:23 +0000 (+0000) Subject: ebl update X-Git-Tag: Release-2.0.0~59 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ad2701fcc101bf4116df0052a02d38ffd804c919;p=bacula%2Fbacula ebl update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3858 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/INSTALL b/gui/bweb/INSTALL index eec169a285..c186811026 100644 --- a/gui/bweb/INSTALL +++ b/gui/bweb/INSTALL @@ -192,8 +192,18 @@ chown www-data /var/spool/bweb You must use brestore.pl -b to initialise the database, and you can use bfileview.pl mode=batch jobid=xxx where=/ to compute tree size. -At this time, it's a good idea to schedule brestore.pl -g after your BackupCatalog -job. +At this time, it's a good idea to schedule brestore.pl -g after your +BackupCatalog job. + +Job { + Name = "BackupCatalog" + ... + # This creates an ASCII copy of the catalog + RunBeforeJob = "/opt/bacula/etc/make_catalog_backup bacula bacula Pei0ahm9" + # This deletes the copy of the catalog + RunAfterJob = "/opt/bacula/etc/delete_catalog_backup" + RunAfterJob = "/usr/local/bin/brestore.pl -b" +} To upgrade from an old installation, you can use : ALTER TABLE brestore_pathvisibility ADD Size int8;