Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/knio/sync
- Owner: Knio
- Created: 2009-09-02T04:43:42.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T04:33:58.000Z (over 1 year ago)
- Last Synced: 2024-09-22T21:15:45.521Z (3 months ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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