Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.git

cd client
make

cd ../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