Re: Is there any module/utility like 'rsync' in python

2010-06-15 Thread Jonathan Fine
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 -- Jonathan -- http

Re: Is there any module/utility like 'rsync' in python

2010-06-15 Thread Paul Rudin
Jonathan Fine j.f...@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

Re: Is there any module/utility like 'rsync' in python

2010-06-15 Thread Ben Finney
hiral hiralsmaill...@gmail.com writes: Is there any module/utility like 'rsync' in python. Your first port of call for such queries should be PyPI URL:http://pypi.python.org/, using its search feature. In this case, the first several hits address your question

Re: Is there any module/utility like 'rsync' in python

2010-04-22 Thread Aahz
In article 4bbecc4e$0$8850$c3e8...@news.astraweb.com, Steven D'Aprano st...@remove-this-cybersource.com.au wrote: On Thu, 08 Apr 2010 23:22:46 -0700, hiral wrote: Is there any module/utility like 'rsync' in python. http://code.activestate.com/recipes/577022-rsync-algorithm-in-python/ but you

Is there any module/utility like 'rsync' in python

2010-04-09 Thread hiral
Hi, Is there any module/utility like 'rsync' in python. Thank you in advance. -Hiral -- http://mail.python.org/mailman/listinfo/python-list

Re: Is there any module/utility like 'rsync' in python

2010-04-09 Thread garabik-news-2005-05
hiral hiralsmaill...@gmail.com wrote: Hi, Is there any module/utility like 'rsync' in python. http://freshmeat.net/projects/pysync/ http://vdesmedt.com/~vds2212/rsync.html -- --- | Radovan Garabík http://kassiopeia.juls.savba.sk

Re: Is there any module/utility like 'rsync' in python

2010-04-09 Thread Steven D'Aprano
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

RE: rsync for python?

2006-12-28 Thread Mark Schoonover
nienfeng wrote: Hi, everyone I want to build rsync server that can run in linux and windows, and configure by python. So I'm looking for something like rsync for python. I find rsync.py and pysync. But rsync.py looks like a client mode, it can't be a rsync server, is it? Can

Re: rsync for python?

2006-12-22 Thread Caleb Hattingh
I want to build rsync server that can run in linux and windows, and configure by python. So I'm looking for something like rsync for python. I find rsync.py and pysync. But rsync.py looks like a client mode, it can't be a rsync server, is it? Can pysync be a rsync server? Hi nienfeng

Re: rsync for python?

2006-12-21 Thread Laszlo Nagy
nienfeng írta: Hi, everyone I want to build rsync server that can run in linux and windows, and configure by python. So I'm looking for something like rsync for python. I find rsync.py and pysync. But rsync.py looks like a client mode, it can't be a rsync server, is it? Can pysync

Re: rsync for python?

2006-12-21 Thread sam1
nienfeng wrote: Hi, everyone I want to build rsync server that can run in linux and windows, and configure by python. So I'm looking for something like rsync for python. I find rsync.py and pysync. But rsync.py looks like a client mode, it can't be a rsync server, is it? Can pysync

rsync for python?

2006-12-20 Thread nienfeng
Hi, everyone I want to build rsync server that can run in linux and windows, and configure by python. So I'm looking for something like rsync for python. I find rsync.py and pysync. But rsync.py looks like a client mode, it can't be a rsync server, is it? Can pysync be a rsync server