Re: lucene indexes back up strategies

2007-05-01 Thread larry hughes
Michael McCandless > [EMAIL PROTECTED] > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/lucene-indexes-back-up-strategies-tf3658495.html#a10275148 Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: lucene indexes back up strategies

2007-04-27 Thread Chris Hostetter
: > Wow, I did not know Lucene 2.1 can do all of this. The problem is that I'm : > currently using 2.0. Is there something similar to what you just mentioned : > in dealing with 2.0 indexes--backing up piecewise? Thanks again. : : Hmm, OK. Pre-2.1 Lucene will overwrite at least the file "segmen

Re: lucene indexes back up strategies

2007-04-27 Thread Michael McCandless
"larry hughes" <[EMAIL PROTECTED]> wrote: > Wow, I did not know Lucene 2.1 can do all of this. The problem is that I'm > currently using 2.0. Is there something similar to what you just mentioned > in dealing with 2.0 indexes--backing up piecewise? Thanks again. Hmm, OK. Pre-2.1 Lucene will

Re: lucene indexes back up strategies

2007-04-27 Thread larry hughes
; commit point to be deleted. > > This would allow you to do "live" backups (backup while indexing is > still happening). > > Mike > -- > Michael McCandless > [EMAIL PROTECTED] > > > ----------------- > To unsubscrib

Re: lucene indexes back up strategies

2007-04-27 Thread Michael McCandless
"larry hughes" <[EMAIL PROTECTED]> wrote: > I'm pondering on long term maintenance issues with Lucene indexes > and would like to know of anyone's suggestions or recommendations to > backing up these indexes. My goal is to have a weekly, or even > daily, snapshot of the current index to make su

lucene indexes back up strategies

2007-04-27 Thread larry hughes
ce if anyone has any recommendations regarding backup strategies for lucene indexes, I would be grateful. Sincerely, LH -- View this message in context: http://www.nabble.com/lucene-indexes-back-up-strategies-tf3658495.html#a10221953 Sent from the Lucene - Java Users mailing list a