ksync

You can also get the code and compile it yourself. If you have go installed you can run the following.

go get github.com/ksync/ksync
cd ${GOPATH}/src/github.com/ksync/ksync
go install ./cmd/*

Note: If you compile the binaries yourself the output of ksync version may not be correct. Only the binaries on the releases page are stamped with this information.

The makefile has some convenient helpers:

Dependencies

brew install protobuf
go get -u github.com/golang/protobuf/protoc-gen-go