Hi, As one of our requirement we need to backup Master indexes to Slave periodically. I've been able to successfully sync the index using "fetchIndex" command,
http://localhost:9006/solr/audit_20090828_1/replication?command=fetchindex&masterUrl=http://localhost:8080/solr/audit_20090828_1/replication now, I'm wondering how do I do the backup. Looking at the wiki, http://wiki.apache.org/solr/SolrReplication, it seems there is a backup command, but that says backup on Master. I tried replacing command "fetchindex" to "backup", but that didn't work. How can do I complete index backup (for a particular core) from Master to Slave? Thanks, -vivek