Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/knio/sync

a poor replacement of rsync, and a very efficient file copy utility
https://github.com/knio/sync

Last synced: 2 months ago
JSON representation

a poor replacement of rsync, and a very efficient file copy utility

Awesome Lists containing this project

README

        

sync
====

`sync` is a python utility for copying files

The `sync` homepage is located at http://github.com/Knio/sync

### Compatibility

`sync` is compatable with Python 2.7

### Installation

The recommended way to install `sync` is with
[pip](http://pypi.python.org/pypi/pip/):

```sh
python -m pip install sync
```

or

```sh
python -m pip install git+https://github.com/Knio/sync.git
```

[![PyPI version](https://badge.fury.io/py/sync.png)](http://badge.fury.io/py/sync)

Usage
-----

TODO