Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tailhook/ciruela
A peer-to-peer synchronization software for servers in datacenters.
https://github.com/tailhook/ciruela
file filesync p2p peer-to-peer synchronization
Last synced: 17 days ago
JSON representation
A peer-to-peer synchronization software for servers in datacenters.
- Host: GitHub
- URL: https://github.com/tailhook/ciruela
- Owner: tailhook
- License: apache-2.0
- Created: 2016-12-23T23:27:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T13:14:26.000Z (about 6 years ago)
- Last Synced: 2024-10-14T21:55:31.591Z (30 days ago)
- Topics: file, filesync, p2p, peer-to-peer, synchronization
- Language: Rust
- Homepage: https://tailhook.github.io/ciruela/
- Size: 953 KB
- Stars: 66
- Watchers: 7
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
Ciruela
=======[Docs](https://ciruela.readthedocs.io/) |
[API Docs](https://docs.rs/ciruela/) |
[Examples](https://github.com/tailhook/ciruela/tree/master/examples) |
[Github](https://github.com/tailhook/ciruela/) |
[Crate](https://crates.io/crates/ciruela)A peer-to-peer synchronization software for servers in datacenters.
Look and Feel
=============Upload a folder from your local machine to a cluster::
> ciruela sync mycluster.example.com --append myapp:/apps/myapp/v1.1.2
Indexing...
Done. Indexed 1333 dirs, 11306 files, 2517 symlinks.
Connected to mycluster.example.com. It has 127 peers.
Sending index...
Signature is okay. Virtual dir /apps/myapp accepted by 78 peers.
Uploading...
Uploaded 143 files (90% blocks reused), to 3 peers.
It's safe to disconnect now. Switching to monitor mode...
Done. Synced to 78 peers.License
=======Licensed under either of
* Apache License, Version 2.0,
(./LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license (./LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.Contribution
------------Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.