Getall is a php script that returns my forum posts 100k blocks.

I did the first block fine.  
Then I ran the second block.  Now there is only the second block in the
db when I search.  The first block is gone.  :|

What am I doing wrong?

#!/bin/bash

DBDIR=/home/httpd/search/db
COMMONDIR=/home/httpd/search/common
BINDIR=/home/httpd/search/bin

TMPDIR=$DBDIR
export TMPDIR

touch runme-$1.dmp

$BINDIR/getall $1 | $BINDIR/htdig -s -a -m - -v -c
$BINDIR/../conf/s2ki-forums.conf >> runme-$1.dmp


LC_COLLATE=C $BINDIR/htmerge -v -s -a -c conf/s2ki-forums.conf >>
runme-$1.dmp

cd $DBDIR/s2ki-forums && test -f db.docdb.work &&
    for f in *.work
    do
        mv -f $f `basename $f .work`
    done






-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Two, two, TWO treats in one.
http://thinkgeek.com/sf
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to