8000 GitHub - diniamo/dsync: Dead-simple P2P file synchronization tool using the SSH protocol
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

diniamo/dsync

Repository files navigation

DSync

DSync is a dead-simple P2P file synchronization tool using the SSH protocol.

The synchronization is 2-way, and the algorithm used to determine the correct version to use simply just looks at the mtime (last modified time) of a file on both ends, and the one with the later one gets synchronized to the other side.

Building / Running

To build, simply run:

go build ./cmd/dsync

To run, execute the resulting file, or the following command directly:

go run ./cmd/dsync

About

Dead-simple P2P file synchronization tool using the SSH protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0