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 <evan at yelp.com>