rsync在windows与windows服务器之间的同步设置(Rsync synchronization settings between windows and windows server).docVIP
- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
rsync在windows与windows服务器之间的同步设置(Rsync synchronization settings between windows and windows server)
rsync在windows与windows服务器之间的同步设置(Rsync synchronization settings between windows and windows server) Rsync synchronization settings between windows and windows server 1. prepare two machines: Server-----192.168.0.201 Client-----192.168.0.202 2. download the Windows version of the Rsync tool File: cwRsync_client_2.0.10_Installer.zip Server end: cwRsync_Server_2.0.10_Installer.zip Client end: cwRsync_2.0.10_Installer.zip 3. installation and configuration SERVER: (1) install cwRsync_Server_2.0.10_Installer.zip In the start program, open the start a UNIX bash shell program: Enter a CMD like terminal and enter the following command: $/bin/activate-user.sh Enter L Enter administrator Press back all the way back (2) start opensshd Open the control panel Administrative Tools services: Find a opensshd service and start it (3) configure the rsyncd.conf configuration file Edit C:/Program Files/cwRsyncServer/rsyncd.conf, which reads as follows: Use chroot = false Strict modes = false Hosts allow = * Log file = rsyncd.log PID file = rsyncd.pid # Module definitions # Remember cygwin naming conventions: c:/work becomes /cygwin/c/work [rsync] Path = /cygdrive/f/rsync (here the path represents the f:/rsync directory) Read nly = yes Transfer logging = yes Secrets file = /cygdrive/f/rsyncd.secrets (4) start the Rsync service Open the control panel Administrative Tools services: Find a RsyncServer service and start it To this end, the server end configuration is configured, and then the client side is configured. CLIENT: (1) install client end software package: cwRsync_2.0.10_Installer.zip (2) open the CMD and perform the following actions to test whether the server has started the service properly: CD C:/Program Files/cwRsync/bin Telnet 192.168.0.201 22 Telnet 192.168.0.201 873 If the above test succeeds, synchronization plans can be implemented at this point: Rsync, -vzrtopg, --progress, --delete, 192.168.0.201:: Rsync, /cygdrive/d/test Or: Rsync, -vzrtopg, --progress, --delete, 19
您可能关注的文档
- latex快速入门(Latex quick start).doc
- led光安全相关(LED light security related).doc
- led显示屏亮度和颜色的调整方法(Method for adjusting brightness and color of LED display screen).doc
- led显示屏逐点校正的几个认识误区分析(Analysis of several misunderstandings in point by point correction of LED display).doc
- led上市公司介绍(Led listed company introduction).doc
- led灯管如何组装(How can the LED tube be assembled).doc
- keep短语(Keep phrase).doc
- led照明灯与高压钠灯方案比较(Compared with the scheme of LED high pressure sodium lamp).doc
- led生产工艺,led的制作流程全过程(LED production process, LED production process, the whole process).doc
- led结构图如下图所示(The LED diagram is shown below).doc
- rsa(117位)限制加密解决方案(RSA (117 bit) restricted encryption solution).doc
- rt-pcr(rt - pcr).doc
- ruby中的string#split方法的用法(The use of the string#split method in Ruby).doc
- r语言 reshape库(R language library reshape).doc
- s2相机命令(S2 camera command).doc
- s7300系统功能块sfc sfb的含义(S7300 system function block SFC SFB meaning).doc
- sam文件基础知识(SAM file Basics).doc
- rolling in the deep(辗转于深渊).doc
- scarlett o’hara(scarlett o'hara).doc
- sdg(SDG).doc
文档评论(0)