I don't know that I have ever tried a backup with SolrCloud, but I can't think of any reason it should not work.
Have you tried a back up with a single node Solr setup with 4x? - Mark On Nov 27, 2012, at 4:28 PM, Marcin Rzewucki <mrzewu...@gmail.com> wrote: > Hi, > > I have SolrCloud4x. I'd like to be able to make index backup on each node. > When I did /replication?command=backup on one of them I got: > <str name="snapShootException">File > /data/index.20121119140848151/segments_1am does not exist</str> > > What does it mean? File is not there indeed, but querying and indexing > works fine. Also I don't see any data loss. All documents are there. What > should I do ? Restart solr on such node or problem should disappear during > next update/commit ? Any ideas ? > > Regards.