On Thu, 08 Apr 2010 23:22:46 -0700, hiral wrote:

> Hi,
> 
> Is there any module/utility like 'rsync' in python.


http://code.activestate.com/recipes/577022-rsync-algorithm-in-python/

but you probably aren't going to beat the performance and reliability of 
your platform's rsync utility. Chances are that your best approach will 
be to call it using the subprocess module.



-- 
Steven
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to