According to [EMAIL PROTECTED]:
> I've gotten htdig installed (apparently correctly); am now trying to work out
> how to merge multiple databases into one.
>
> the -m configfile, in htmerge invocation, is supposed to control this. I
> don't quite understand what I put, into what operand of the config file, to
> identify the incoming databases.
>
> If anyone has a working example, I'd appreciate a copy . .
I use "htmerge -m /etc/htdig/onroad.conf" to merge the contents of
the database selected by onroad.conf into my main database selected by
htdig.conf. Each of these config files selects its own database using
the database_dir attribute.
E.g., in htdig.conf:
database_dir: /var/lib/htdig/db
and in onroad.conf:
database_dir: /var/lib/htdig/db/onroad
The onroad database is built very infrequently, while the main database
is rebuilt every night with "htdig -i", then "htmerge", then the htmerge
command above.
In your case, you may want to build multiple databases in separate
directories, and after any of these is updated, run a script that copies
one of the small databases over top of your main database, then merges in
all the other small databases to rebuild the main database from scratch
each time one of the others is updated.
--
Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba Phone: (204)789-3766
Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.