Re: Replication Backup

2012-11-28 Thread Eva Lacy
There doesn't seem to be a lock file created by the snapshooter, it news up a lock file but it never obtains the lock. So there is no indication of when it is finished backing up the files. On Sun, Nov 25, 2012 at 5:32 AM, Otis Gospodnetic < otis.gospodne...@gmail.com> wrote: > Hi Eva, > > You j

Re: Replication Backup

2012-11-24 Thread Otis Gospodnetic
Hi Eva, You just need a script that: * calls master with http://replication?command=backup * copies the backup off of master and stores it somewhere * removes that backup from the master if you don't have enough disk for it there Otis -- SOLR Performance Monitoring - http://sematext.com/spm/i

Re: Replication Backup

2012-11-21 Thread Eva Lacy
Hi Otis, It seems to me that I'm going to have to write a script anyway that takes handles the retention of the backups. Plus it doesn't seem optimal that I would run a solr instance on that server, taking up memory when I could probably write a script that would pull all the data directly using t

Re: Replication Backup

2012-11-20 Thread Otis Gospodnetic
Hi Eva, I think you just need to configure the Solr instance on your Windows and point it to your Solr master. It will then copy the index from the master periodically. Please see http://search-lucene.com/?q=solr+replication+backup for some more info about doing backups - you don't need rsync. O