saffsd / updatedir

Rsync-like directory updating over multiple protocols

Home Page:http://github.com/saffsd/updatedir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Rsync-like directory updating over multiple protocols

http://github.com/saffsd/updatedir

License:GNU General Public License v3.0


Languages

Language:Python 100.0%