rsync module?

kyosohma at gmail.com kyosohma at gmail.com
Fri Jun 22 10:05:10 EDT 2007


On Jun 21, 7:40 pm, "Evan Klitzke" <e... at yelp.com> wrote:
> Are there any python modules for accessing rsync from python? I would
> like to be able to rsync files from a python script to a remote server
> running an rsync daemon. I'm well aware that I can invoke rsync using
> subprocess, os.system, etc., but I am curious if there is a way to do
> it directly.
>
> --
> Evan Klitzke <e... at yelp.com>

I found the following doing a quick Google search:

http://www.vdesmedt.com/~vds2212/rsync.html
http://freshmeat.net/projects/pysync/
http://www.nongnu.org/rdiff-backup/

Mike




More information about the Python-list mailing list