From: Eric Bollengier Date: Fri, 23 Mar 2007 22:26:45 +0000 (+0000) Subject: ebl update info X-Git-Tag: Release-7.0.0~6724 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=86423b01cc79df3e2f5f072231d836442aca756e;p=bacula%2Fbacula ebl update info git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4401 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/tools/Makefile.in b/bacula/src/tools/Makefile.in index 9a2ab97467..ee4f29391f 100644 --- a/bacula/src/tools/Makefile.in +++ b/bacula/src/tools/Makefile.in @@ -38,7 +38,7 @@ EXTRAOBJS = @OBJLIST@ DIRCONFOBJS = ../dird/dird_conf.o ../dird/run_conf.o ../dird/inc_conf.o NODIRTOOLS = bsmtp -DIRTOOLS = bsmtp dbcheck drivetype fstype testfind testls bregex bwild +DIRTOOLS = bsmtp dbcheck drivetype fstype testfind testls bregex bwild bbatch TOOLS = $(@DIR_TOOLS@) INSNODIRTOOLS = bsmtp diff --git a/bacula/src/tools/bbatch.c b/bacula/src/tools/bbatch.c index 793fa948f0..0e0ab6f909 100644 --- a/bacula/src/tools/bbatch.c +++ b/bacula/src/tools/bbatch.c @@ -75,7 +75,10 @@ static void usage() { fprintf(stderr, _( PROG_COPYRIGHT -"\nVersion: %s (%s)\n\n" +"\nVersion: %s (%s)\n" +"Example : bbatch -w /path/to/workdir -h localhost -f dat1 -f dat -f datx\n" +" will start 3 thread and load dat1, dat and datx in your catalog\n" +"See bbatch.c to generate datafile\n\n" "Usage: bbatch [ options ] -w working/dir -f datafile\n" " -d set debug level to nn\n" " -n specify the database name (default bacula)\n"