Skip to content

Instantly share code, notes, and snippets.

@fergiemcdowall
Created May 2, 2015 14:02
Show Gist options
  • Save fergiemcdowall/dabf0e943de6e02a9f86 to your computer and use it in GitHub Desktop.
Save fergiemcdowall/dabf0e943de6e02a9f86 to your computer and use it in GitHub Desktop.
replicate from search-index snapshot
var si = require('search-index')({logLevel:false});
var fs = require('fs');
si.replicate(fs.createReadStream('backup1.gz'), function(msg){
console.log('restored');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment