Re: So what to do with Unicode filenames?

2006-03-19 Thread Shachar Shemesh
Stuart Halliday wrote: >As long as each machine is set to its own correct default language >correctly then there isn't a problem I'm aware of. > > But that's exactly what Georgy is complaining about. No amount of default locale tricks will help you if some of your files are in Spanish and others

.net port

2006-03-19 Thread Alex Pedenko
All, I wrote a port of rsync to c# / .net. If there is interest in this, I'd be happy to make the code available. The current code will send synchronize with a linux rsync server, and can run in daemon mode on windows (I've made even a windows service wrapper for it). It's far from clean,

rsync configured but with little probleam in the end

2006-03-19 Thread Ahmed Ndaula
Hello Folks,I am wondering what could be the problem now. I have succeeded in having an ssh login without password request. Reaching the last stage of creating the rbackup.sh, that's where I got the problem. I made this file executable by running this command chmod +x rbackup.shNow, when I run thi

Re: .net port

2006-03-19 Thread Matthew Hannigan
On Sun, Mar 19, 2006 at 04:26:21PM -0600, Alex Pedenko wrote: > I wrote a port of rsync to c# / .net. If there is interest in > this, I'd be happy to make the code available. The current code will > [ .. ] If it's open source, why don't you just make it available on sourceforge.net (or simil

RE: .net port

2006-03-19 Thread Alex Pedenko
I guess this is my attempt to do so. It's open source, I'm just trying to make sure that the right people are aware of it. -Original Message- From: Matthew Hannigan [mailto:[EMAIL PROTECTED] Sent: Sunday, March 19, 2006 6:04 PM To: Alex Pedenko Cc: rsync@lists.samba.org Subject: Re: .net