https://github.com/yetone/auto-rsync
Auto RSync by watch filesystem events.
https://github.com/yetone/auto-rsync
Last synced: about 1 year ago
JSON representation
Auto RSync by watch filesystem events.
- Host: GitHub
- URL: https://github.com/yetone/auto-rsync
- Owner: yetone
- Created: 2015-11-16T02:42:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T16:50:03.000Z (over 7 years ago)
- Last Synced: 2025-03-16T21:05:41.128Z (about 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 25
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# auto-rsync
Auto RSync files by watch filesystem events.
## INSTALLATION
### use pip
```bash
$ [sudo] pip install auto-rsync
```
### use [pipsi](https://github.com/mitsuhiko/pipsi) (recommend)
```bash
$ pipsi install auto-rsync
```
## USAGE
```bash
$ auto-rsync --help
Usage: auto_rsync.py [OPTIONS] LOCAL_PATH REMOTE_PATH
Options:
--observer-timeout INTEGER The observer timeout, default 1
--rsync-options TEXT rsync command options
--help Show this message and exit.
```
## EXAMPLE
```bash
$ auto-rsync ./test username@host:/home/username/test --rsync-options='--delete --excludes=*.pyc'
```