>>>>> "bruno" == Bruno Friedmann <[email protected]> writes:

    bruno> ok I've try and only get this on the two proposed

    bruno> strings /usr/sbin/bacula-dir | grep batch
    bruno> _Z27db_write_batch_file_recordsP3JCR
    bruno> _Z23db_open_batch_connexionP3JCRP4B_DB

I think that the string that Eric suggested searching for might
have changed from one release of bacula to another.  

So in case you're as far behind the times as our site (we're
still running Bacula 2.4.3) ...

While I'm pretty sure our old server is doing batch inserts,
grep'ing for "batch" produces only:

  558 backup $strings /usr/local/bacula/sbin/bacula-dir | grep -i batch
  Cannot select %s in batch mode.

Searching for "temporary" hits though:

 559 backup $strings /usr/local/bacula/sbin/bacula-dir | grep -i temporary
 CREATE TEMPORARY TABLE DelCandidates (JobId INTEGER NOT NULL, PurgedFiles 
SMALLINT, FileSetId INTEGER, JobFiles INTEGER, JobStatus char(1))
 CREATE TEMPORARY TABLE temp (JobId INTEGER NOT NULL,JobTDate BIGINT,ClientId 
INTEGER,Level CHAR,JobFiles INTEGER,JobBytes BIGINT,StartTime TEXT,VolumeName 
TEXT,StartFile INTEGER,VolSessionId INTEGER,VolSessionTime INTEGER)
 CREATE TEMPORARY TABLE temp1 (JobId INTEGER NOT NULL,JobTDate BIGINT)
 560 backup $

As does looking for the message that I see in bconsole while the
directory is unbatching the attributes:

  560 backup $strings /usr/local/bacula/sbin/bacula-dir | grep -i inserting
  Inserting first %s res: %s index=%d
  Inserting %s res: %s index=%d pass=%d
  Dir inserting Attributes

-- 
John Jorgensen  LCD System Administrator  [email protected]
                                          306.337.2344


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to