]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl update info
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 23 Mar 2007 22:26:45 +0000 (22:26 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 23 Mar 2007 22:26:45 +0000 (22:26 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4401 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/tools/Makefile.in
bacula/src/tools/bbatch.c

index 9a2ab9746705e97209dcb12224043795391dd4ff..ee4f29391f35ca15c380360635fcd884f93b2adf 100644 (file)
@@ -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
index 793fa948f0b71ebbb6bb11a40e4c854427c20f20..0e0ab6f909d267f1eca52740b13935ed5cda5f12 100644 (file)
@@ -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 <nn>           set debug level to nn\n"
 "       -n <name>         specify the database name (default bacula)\n"