Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

cygwin + rsync [closed]

Tags:

cygwin

rsync

I would like to backup a dir in Win XP on a Solaris server via rsync. I installed cygwin but when I type rsync I get 'command not found'. How can I install rsync? And how can I install ssh. I have installed Poderosa as ssh client (a sort of putty).

like image 233
rtacconi Avatar asked Apr 30 '09 14:04

rtacconi


People also ask

How do I use rsync in Cygwin?

Run setup, click through to the 'Cygwin Setup - Select Packages' window, and type 'rsync' in the 'Search' box at upper left. At this writing, this shows three lines, one of which is 'Net'. Expand Net and you'll find rsync. Click the circular arrow icon to mark it for install, then click Next at lower right.

Does Cygwin have rsync?

Package: rsyncrsync uses the 'rsync algorithm' which provides a very fast method for bringing remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand.


2 Answers

run your cygwin setup.exe again, and expand the categories to find 'rsync' and 'ssh'.

like image 51
Francis Avatar answered Oct 11 '22 21:10

Francis


Much easier. Run setup, click through to the 'Cygwin Setup - Select Packages' window, and type 'rsync' in the 'Search' box at upper left. At this writing, this shows three lines, one of which is 'Net'. Expand Net and you'll find rsync. Click the circular arrow icon to mark it for install, then click Next at lower right.

like image 32
Griffith Feeney Avatar answered Oct 11 '22 20:10

Griffith Feeney