Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thbar/rsync-windows
How to install rsync on windows (not yet automated)
https://github.com/thbar/rsync-windows
Last synced: about 2 months ago
JSON representation
How to install rsync on windows (not yet automated)
- Host: GitHub
- URL: https://github.com/thbar/rsync-windows
- Owner: thbar
- Created: 2012-02-08T14:36:59.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-08T14:44:33.000Z (almost 13 years ago)
- Last Synced: 2024-10-14T02:50:05.728Z (3 months ago)
- Homepage:
- Size: 93.8 KB
- Stars: 25
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```