# sync **Repository Path**: mirrors_Knio/sync ## Basic Information - **Project Name**: sync - **Description**: a poor replacement of rsync, and a very efficient file copy utility - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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