From ad2701fcc101bf4116df0052a02d38ffd804c919 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 29 Dec 2006 21:27:23 +0000 Subject: [PATCH] ebl update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3858 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/INSTALL | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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; -- 2.39.5