Index Backup scheme for Local Machine

Hi,

I saw "time machine" functionality of Elasticsearch and it is awesome.
But In my implementation I have pretty large amount of data 1 terabyte in 15
days and it keep on expanding.
Can you please suggest any index backup scheme that is as good as S3 time
machine?

Thanks

Regards,
Pulkit Agrawal

On Mon, Oct 3, 2011 at 7:21 PM, frazer frazer.horn@gmail.com wrote:

From what i've read (Home - Apache Lucene (Java) - Apache Software Foundation
LuceneFAQ#Can_I_filter_by_score.3F) filtering by score is not a good
idea in lucene.

I was wondering if there are any other options other than the
min_score filter in Elastic that would make doing something like this
more viable. I'm thinking along the lines of using scripting with the
doc score and max score, but im not sure if this is possible?