You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by stockii <st...@shopgate.com> on 2010/12/21 16:20:32 UTC

backup of Index or Snapshoot ?

Hello.

Iam working with the shell-scripts for solr for performing a snapshot of the
index.

to do a snapshot is really easy and works fine. but how can i install a
snaposhot for multi-cores.

i wrote a little script wich install each snapshot for each core:
cd $HOME_DIR/solr/bin
./snapinstaller -M http://localhost:$PORT/solr/core -S $DATA_DIR/payment -d
$DATA_DIR/core

so. but when i start this command comes ssh cannot connect to localhost. why
is it not possible to set the port in this sript !?!?  --> eg: -p 8983 

it works, but why ? i want no errors by using this script ... 

-- 
View this message in context: http://lucene.472066.n3.nabble.com/backup-of-Index-or-Snapshoot-tp2126417p2126417.html
Sent from the Solr - User mailing list archive at Nabble.com.