search for: kolosy

Displaying 5 results from an estimated 5 matches for "kolosy".

2006 Apr 07
1
Windows rsync without cygwin (looking for Unicode support).
Hi! Let's share an info about Windows rsyncs or rsync-compatibles that works wint Windows native libs, not cygwin. The main task - find a solution with Unicode support. I know two: Unison - has a problems with Unicode filenames like cygwin does. DeltaCopy - found it just a few minutes ago, can't try from home so can't comment out. Any others? G.
2006 Mar 27
4
Can rsync handle any type of file?
Hiya I have been doing some substantial research about rsync and the rsync algorithm. I was wondering: can rsync backup any type of file? I have tested it with "common" files Word, Excel, SQL dumps, log files etc But what about more complex types of files, like vector images etc. Thank you for your thoughts in advance. Hamish
2008 Jul 24
1
rsync
Hello, I am interested in work with rsync in .net platform. In fact I need to work with a Linux server. Could you send me your code? Thanks, I will tell you how it works in my application. Diego. On 2006-03-19 22:26, Alex Pedenko wrote: > 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
2006 Apr 16
3
Encryption
Hi all, I recently came across a possible requirement of backing up certain files on a remote server ... in an encrypted format. This got me seriously thinking about the possibility of doing such a thing with rsync. I am not too knowledgable about encryption and the mechanisms of the rsync algorithm (at least as yet :), but I would like to know whether this is attainable or 'far fetched'
2006 Mar 19
2
.net port
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, and far from perfect, but it works and can be a good starting point. Please let me know,