Is there any module/utility like 'rsync' in python
Paul Rudin
paul.nospam at rudin.co.uk
Tue Jun 15 12:00:10 EDT 2010
Jonathan Fine <J.Fine at open.ac.uk> writes:
> hiral wrote:
>> Hi,
>>
>> Is there any module/utility like 'rsync' in python.
>>
>> Thank you in advance.
>
> Not exactly what you asked for, but Mercurial provides a Python
> interface. You might find this URL a good starting point:
> http://mercurial.selenic.com/wiki/MercurialApi
Mercurial isn't really a substitute for rsync... whilst there's a little
bit of overlap they're different things intended to address different
problems.
More information about the Python-list
mailing list