summaryrefslogtreecommitdiff
path: root/bin/indexrestore.sh
AgeCommit message (Collapse)Author
2017-03-26Updated dump/restore shell scripts : the API is now IndexExport_p.htmlluccioman
2015-02-23Changes to improve compatibility with OpenBSD. (seeMarc Nause
http://forum.yacy-websuche.de/viewtopic.php?f=8&t=5503)
2014-08-25Fix for http://mantis.tokeek.de/view.php?id=432Marc Nause
*) replaced all shebangs with more universal versions
2012-09-25added the indexrestore.sh script which must be called with the path ofMichael Peter Christen
the index dump. This is the reverse of indexdump.sh which takes the output of indexdump.sh as input to restore an index. Now it should be possible to transfer a complete YaCy Solr index from one peer yacy1 to another peer yacy2 with the following command: yacy2/bin/indexrestore.sh ´yacy1/bin/indexdump.sh´