updatedir

Rsync-like directory updating over multiple protocols


License
GPL-2.0+
Install
pip install updatedir==0.1.2

Documentation

Introduction

updatedir is a python module which pushes updates from one directory to another. It is intended to automatically handle the transport layer.

As of 0.1, only local update and update over ssh are supported.

The update algorithm is also rather stupid - it just skips any files if the filename already exists. This could be made more sophisiticated, but is beyond my current needs.

Credits