rsync.net icon indicating copy to clipboard operation
rsync.net copied to clipboard

port of rsync to .net

Results 6 rsync.net issues
Sort by recently updated
recently updated
newest added

Hello, I think include, exclude options are for cloning only selected files/folders. Can you explain what to do to copy only selected folders? Thank you.

I new to rsync and trying to synchronize a folder on System A(Windows) to a folder on System B(Windows). Can you help me with the steps to achieve it. Thanks...

Hello, I am trying to get the .net implementation of rsync up and running but I'm experiencing a few problems. Most of them I figured out on my own but...

Hi, Using MatthewSteeples' fork of the code, I'm having some problems using the -R / --relative option. In a testapp, I call: ``` string[] args = new string[] { "-v",...

Hi, why are you using Kernel functions in FileSystem objects (Directory, File) instead of using standard .net methods of (System.IO.Directory...) ?

I have been learning the source and doing some testing, am I correct in thinking the rsync diff algorithm is not working? The daemon is running with the command: NetSync.exe...