ANYONE!?!?!
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Rylan W.
Hazelton
Sent: Tuesday, July 09, 2002 11:48 PM
To: 'Geoff Hutchison'
Cc: [EMAIL PROTECTED]
Subject: [htdig] problem after update I lose all my old data
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
-------------------------------------------------------
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