mirror of https://github.com/perkeep/perkeep.git
Helper script to sync storage to indexer.
This commit is contained in:
parent
f14c6dd55b
commit
4a8f69f210
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
./build.pl camsync && \
|
||||
clients/go/camsync/camsync --verbose --src=http://localhost:3179 --srcpassword=pass3179 --dest=http://localhost:3200/indexer --destpassword=pass3200 $@
|
Loading…
Reference in New Issue