Hi, I see this has been discussed: http://www.mail-archive.com/solr-user@lucene.apache.org/msg08150.html
and I've read the wiki. I've got replication working okay, but I'm not trying to do replication. Rather, I want to: 1. Get a hot backup of a master server (meaning no interruption of service). 2. rsync that backup somewhere 3. Shut down the server 4. rsync the backup back to the master server 5. start the master server with my index intact. The issue I am having is that everytime I start it, it seems to have a new naming scheme for the index files. So one time it is _s..., next it is _q..., and then _0... If this didn't change I don't think it would be an issue. I see there are scripts for backup (abc, backup, abo, etc), but I don't understand how I can restore to my master server. Thanks! Jacob