Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g-ray/synq
Securely Synqronize your files. Written in C.
https://github.com/g-ray/synq
Last synced: 8 days ago
JSON representation
Securely Synqronize your files. Written in C.
- Host: GitHub
- URL: https://github.com/g-ray/synq
- Owner: G-Ray
- License: gpl-3.0
- Created: 2015-04-20T18:02:15.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2015-05-13T04:40:43.000Z (over 9 years ago)
- Last Synced: 2024-10-22T22:23:29.150Z (21 days ago)
- Language: C
- Homepage:
- Size: 396 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# synq
Synqronize your files locally or with a server.
Installation
-------
You need OpenSSL installed on your system.
```
git clone [email protected]:G-Ray/synq.gitcd client
makecd ../server
make
```
Generate a self-signed certificate on the server with:
```
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout mycert.pem -out mycert.pem
```Usage
-------
```
./synq-client [options]
./synq-client [options]
``````
./synq-server
```options can be "-d": dry-run, list changes but do not sync