6

I want to download all of the cygwin files for a computer that is not connected to the Internet. I know I can download all of the cygwin files with rsync, but I'm not quite sure of the right incantation. Can you help me?

vy32
  • 2,088
  • 2
  • 17
  • 21

1 Answers1

6

I really am just guessing, but I suspect it might look something like this.

rsync --archive --verbose --delete cygwin.com::cygwin-ftp/ /your/local/path/

See: http://sourceware.org/cygwin-apps/package-server.html

Zoredache
  • 130,897
  • 41
  • 276
  • 420