Re: [?? Probable Spam] Re: Backing up large indexes

2009-07-22 Thread Alexandre Leopoldo Gonçalves
Shai, Thanks for the tip. I´ll start with it. Alex Shai Erera wrote: Hi Alex, You can start with this article: http://www.manning.com/free/green_HotBackupsLucene.html (you'll need to register w/ your email). It describes how one can write Hot Backups w/ Lucene, and capture just the "delta" si

Re: Backing up large indexes

2009-07-22 Thread Mindaugas Žakšauskas
This might be irrelevant, but have you considered using ZFS? This file system is designed to do what you need. Assuming you can trigger events at the time after you have updated the index, you would have to trigger new ZFS snapshot and place it elsewhere. This might have some side effects though (

Re: Backing up large indexes

2009-07-22 Thread Shai Erera
Hi Alex, You can start with this article: http://www.manning.com/free/green_HotBackupsLucene.html (you'll need to register w/ your email). It describes how one can write Hot Backups w/ Lucene, and capture just the "delta" since the last backup. I'm about to try it myself, so if you get to do it b