auto-rsync

Auto RSync by watch filesystem events.


Keywords
sync, rsync, auto, filesystem
License
MIT
Install
pip install auto-rsync==0.0.7

Documentation

auto-rsync

Auto RSync files by watch filesystem events.

INSTALLATION

use pip

$ [sudo] pip install auto-rsync

use pipsi (recommend)

$ pipsi install auto-rsync

USAGE

$ 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

$ auto-rsync ./test username@host:/home/username/test --rsync-options='--delete --excludes=*.pyc'