Skip to content

Commit

Permalink
Add more notes and state my goal
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Feb 8, 2012
1 parent b3df4b4 commit 10a1d19
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Empty file removed README
Empty file.
21 changes: 21 additions & 0 deletions README.md
@@ -0,0 +1,21 @@
Starting this repo to keep notes about how I got rsync working on Windows.

My next planned step is to create a fully-automated script which will help anyone to run this on their machine (rather than distributing binaries, which I don't want to do).

### How to get RSync on Windows:

- install cygwin (enable rsync package)
- grab those files from `c:\cygwin\bin`
- rsync.exe
- cygwin1.dll
- cygiconv-2.dll
- (you can double check the list of required dlls using [dependency walker](http://www.dependencywalker.com))
- uninstall cygwin

### How to use

Here's an example call from a Mac OS X machine:

```
rsync -qrlP --delete local-folder user@windows-server-ip:/cygdrive/c/target-folder --rsync-path=c:/tools/rsync.exe
```

0 comments on commit 10a1d19

Please sign in to comment.