This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
当您运行 setup.exe 时,软件包选择将设置为“默认”。 您需要单击顶级圆形箭头图片,直到它显示“安装”或“完整”(我的记忆失败了),它也会对所有子包执行此操作。
第一次单击它时,请等待几秒钟 - 从“默认”到下一个选项有很长的延迟。
这是最好的办法。 每次我尝试选择单独的软件包时,都会遇到麻烦,所以我很早就养成了安装所有东西的习惯。
When you run setup.exe, the package selection will be set to "default". You need to click on the top-level circular arrow picture until it says "Install" or "Full" (my memory fails me), it will do this for all sub-packages as well.
The first time you click on it, wait a few seconds - there's a long delay in getting from "default" to the next option.
That's the best way. All the times I've tried to select individual packages, I've had troubles so I've long since gotten into the habit of installing everything.
如果您想要的只是 rsync,BackupPC 项目 (OSS) 有 cygwin 的 rsync 的稍微修改版本,无需完整安装 cygwin,甚至可以使用 IPC$ 在 PC 上远程安装。 http://sourceforge.net/project/showfiles.php?group_id= 34854&package_id=88133
If all you want is rsync, the BackupPC project (OSS) has a slightly modified version of cygwin's rsync that runs without a full cygwin installation, and can even be installed remotely on PCs with IPC$. http://sourceforge.net/project/showfiles.php?group_id=34854&package_id=88133
再次运行 cygwin
setup.exe
,然后展开类别以查找“rsync”和“ssh”。Run your cygwin
setup.exe
again, and expand the categories to find 'rsync' and 'ssh'.容易多了。 运行安装程序,单击进入“Cygwin 安装程序 - 选择软件包”窗口,然后在左上角的“搜索”框中键入“rsync”。 在撰写本文时,这显示了三行,其中一行是“Net”。 展开Net,你会发现rsync。 单击圆形箭头图标将其标记为安装,然后单击右下角的下一步。
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.
您仍然需要安装 rsync 包。 再次运行 setup.exe 并手动浏览软件包(可能位于“网络”或“实用程序”中)。
You still need to install the rsync package. Run setup.exe again and go through the packages manually (it's probably in 'networking' or 'utilities').