On Jun 21, 7:40 pm, "Evan Klitzke" <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
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 -- http://mail.python.org/mailman/listinfo/python-list