On Mon, 29 Mar 2004, Jonathan B. Bayer wrote:

> >> > Right now htdig reindexes all the documents each
> >> night.  Is it possible
> >> > to have it ignore documents that it has already
> >> indexed?
> >> 
> >> How are you running htdig? Typically unless you
> >> provide a -i to
> 
> This is the command I am using:
> 
> /var/htdig/bin/rundig -a -s -c /var/htdig/conf/htdig.conf

The default rundig script calls htdig with a '-i'. If you take a look
at the script, you should see something like the following.

$BINDIR/htdig -i $opts $stats $alt

Unless you have modified the script, the command you are using will
always result in the existing databases being deleted and rebuilt
from scratch. Since you are using '-a', it is of course the work
files that are being deleted, but the effect is the same.

If you remove the '-i' from the script, rundig should then perform
update digs.

Jim


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
ht://Dig general mailing list: <[EMAIL PROTECTED]>
ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html
List information (subscribe/unsubscribe, etc.)
https://lists.sourceforge.net/lists/listinfo/htdig-general

Reply via email to