You should be able to continue indexing fine - it will just keep a point in time snapshot around until the copy is done. So you can trigger a backup at anytime to create a backup for that specific time, and keep indexing away, and the next night do the same thing. You will always have backed up to the point in time the backup command is received.
- Mark On Jan 7, 2013, at 1:45 PM, Otis Gospodnetic <otis.gospodne...@gmail.com> wrote: > Hi, > > There may be a better way, but stopping indexing and then > using http://master_host:port/solr/replication?command=backup on each node > may do the backup trick. I'd love to see how/if others do it. > > Otis > -- > Solr & ElasticSearch Support > http://sematext.com/ > > > > > > On Mon, Jan 7, 2013 at 10:33 AM, LEFEBVRE Guillaume < > guillaume.lefeb...@cegedim.fr> wrote: > >> Hello, >> >> Using a SOLR Cloud architecture, what is the best procedure to backup and >> restore SOLR index and configuration ? >> >> Thanks, >> Guillaume >> >>