syncdir

Yet another rsync-like program written in Python


License
MIT
Install
pip install syncdir==0.2.1

Documentation

SyncDir

Yet another rsync-like program written in Python.

(Originally tried to port rsync to Python but gave up.)

Usage:

$ python -p user@host:port -c /path/to/remote/syncdir dir1 dir2 ...

TODO:

  • source code cleanup.
  • better documentation.