I use it in our env(Prod), it seems to working fine for years now only clean up the snapshot, but not the index.
I added it to the cron that run once a day to clean up -francis -----Original Message----- From: Feak, Todd [mailto:todd.f...@smss.sony.com] Sent: Monday, October 05, 2009 2:34 PM To: solr-user@lucene.apache.org Subject: RE: cleanup old index directories on slaves We use the snapcleaner script. http://wiki.apache.org/solr/SolrCollectionDistributionScripts#snapcleaner Will that do the job? -Todd -----Original Message----- From: solr jay [mailto:solr...@gmail.com] Sent: Monday, October 05, 2009 1:58 PM To: solr-user@lucene.apache.org Subject: cleanup old index directories on slaves Is there a reliable way to safely clean up index directories? This is needed mainly on slave side as in several situations, an old index directory is replaced with a new one, and I'd like to remove those that are no longer in use. Thanks, -- J