cwrsync

大道浮屠诀---cwRsync同步工具的使用

倾然丶 夕夏残阳落幕 提交于 2020-04-28 22:30:10
目的: 在日常生活中,我们有时候会遇到这样类似的问题 ---需要把一台服务器上的某个重要的文件进行备份(拷贝另外的服务器上) ---需要同步系统上的配置文件到其他系统 利用此cwRsync软件可以解决 环境: 服务端和客户端 同步形式: 【服务端 -----> 客户端】 ------------------------------------------------------------------------------ 本次测试:服务端上的部分文件定时同步到客户端指定位置 本次用到的软件版本 服务端IP:172.168.10.111 客户端IP:172.168.10.222 同步172.168.10.111的 FTPB文件夹 和 副本文件夹 文件到172.168.10.222的 backup文件夹 下 ------------------------------------------------------------------------------ 安装软件: 在172.168.10.111上双击server软件 双击下一步到下图 默认是SvcCWRSYNC用户,软件会自动创建这个用户(密码为自动生成的密码) 点击Install安装完成 客户端直接点击下一步直到安装完成即可 安装完成后,首先需要在服务端对配置文件进行修改 默认安装路径:C:\Program Files

关于ET5.0 在Unity中RSync同步Win32Exception异常处理

◇◆丶佛笑我妖孽 提交于 2020-02-27 14:01:18
可以参考我之前的文章 Win32Exception解决方法 主要代码是: ETModel.ProcessHelper类中的 原先:ProcessStartInfo info = new ProcessStartInfo { FileName = exe, Arguments = arguments, CreateNoWindow = true, UseShellExecute = useShellExecute, WorkingDirectory = Path.GetFullPath(workingDirectory), RedirectStandardOutput = redirectStandardOutput, RedirectStandardError = redirectStandardError, }; 修改后: ProcessStartInfo info = new ProcessStartInfo { FileName = Path.GetFullPath(workingDirectory)+ exe, Arguments = arguments, CreateNoWindow = true, UseShellExecute = useShellExecute, WorkingDirectory = Path.GetFullPath(workingDirectory

ET5.0如何使用Rsync同步工具,将Windows下的文件同步到远程服务器Centos

狂风中的少年 提交于 2020-02-27 11:39:44
ET5.0下载:https://github.com/egametang/ET ,选择Branch_V5.0的分支 准备 1. Windows平台在ET5.0根目录下Tools\cwRsync文件加下有个rsync.exe文件,这是 RSync的客户端 。 2.1 在Centos平台下安装Rsync: sudo yum -y install rsync 2.2 启动Rsync服务,默认端口873 sudo systemctl start rsyncd 2.3 查看是否启动,并查看占用的端口是否包含873,如果有说明启动成功 netstat -tlunp 2.4 为了外界能连接到此服务器端口,需要将873端口暴露 firewall-cmd --zone=public --add-port=873/tcp --permanent #将端口暴露 firewall-cmd --reload #重载防火墙 firewall-cmd --zone=public --list-ports #查看防火墙暴露的端口,如果有873说明能从外界连接该服务器的Rsync服务 2.5 先关闭Rsync,配置一些模块: sudo systemctl stop rsyncd #关闭服务 2.6 打开RSync的配置文件,并将文件按如下格式修改,然后保存 sudo vim /etc/rsyncd.conf

Windows 8.1 Task Scheduler Won't Execute Rsync/SSH Without being Logged On

只谈情不闲聊 提交于 2019-12-24 03:12:49
问题 I've created and scheduled a batch file in Windows 8.1 (to perform rsync offsite backups through an SSH tunnel) and I can run it: manually through task scheduler manually when I right click -> Run through task scheduler automatically when I am logged on and it's scheduled to run at a given time ... but when I'm not logged on, it just sits at "Running" even though I've set it as follows: user=me (I'm a member of admin group) run whether logged on or not run with highest privileges I can see in

Ways to synch many (small) files over high-latency network connection

女生的网名这么多〃 提交于 2019-12-24 01:15:24
问题 We typically deploy our software applications to our clients using Subversion (svn update on the clients; unidirectional). We're currently experiencing problems with one of our clients because of the high latency (large file download speeds are good) because they are in China and our server is in Canada. Subversion simply times out with an error after a very long period of time. Our application has lots of small files (.aspx, .config, etc.) and a few larger files (.dll, .jpg) for a total of

Rule conflict between multiple SSH

限于喜欢 提交于 2019-12-12 02:48:43
问题 As I try to use grunt-rsync , I come to a " code 12 " error, my understanting is that I have a conflict between multiple ssh installed on my computer (Git's and cwRsync's) : where ssh C:\Program Files\cmder\vendor\msysgit\bin\ssh.exe C:\Program Files\cwRsync\ssh.exe C:\Program Files (x86)\Git\bin\ssh.exe How can I resolve that conflict ? Thanks a lot. 回答1: Your msysgit ssh version is taking precedence over the cwrsync one, this causes issues. You either need to change you PATH environment

Vagrant rsync error: Error: Could not create directory '/home/Eric/.ssh'

不打扰是莪最后的温柔 提交于 2019-12-11 00:19:00
问题 I installer Vagrant 1.8.1 on Windows 10 and as well cygwin and cwRsync. Now i get this error when do vagrant up: There was an error when attempting to rsync a synced folder. Please inspect the error message below for more info. Host path: /cygdrive/m/development/Projects/www.webapp.local/ Guest path: /vagrant Command: rsync --verbose --archive --delete -z --copy-links --chmod=ugo=rwX --no-perms --no-owner --no-group --rsync-path sudo rsync -e ssh -p 2222 -o ControlMaster=auto -o ControlPath=C

cwRsync在windows环境下的配置及使用

非 Y 不嫁゛ 提交于 2019-12-09 21:05:29
关于cwRsync的作用在此不再过多描述,在整个调研过程中,网上搜索了很多的相关资料,配置过程中也出现了很多细节问题,所以在这里主要针对配置过程中需要注意的地方进行提醒,以及对关键的配置操作进行说明。 说明: 两台电脑,我这里用虚拟机(XP)模拟服务端,用本机(win7)模拟客户端。 服务端IP:192.168.137.232;本机IP:192.168.137.134。 实现目的:将服务端C:\data目录中的文件定时同步到客户端D:\data目录中去。 cwRsyncServer(服务端)配置步骤: 1. 解压cwRsyncServer_4.1.0_fuq.zip,双击cwRsyncServer_4.1.0_Installer.exe 。 2. 按照安装提示,逐步操作至创建账户的界面,如下图所示。ps:这里创建的账户是操作系统的,创建的这个账户是专门用来 运行cwRsyncServer服务端程序的。建议这里不要使用安装程序默认提供的账户名和密码,不易记忆,应该创建一个自己常用的、容易记住的账户。当然也可以使用操作系统中已经存在的账户,但这里个人感觉还是创建一个专门的针对cwRsyncServer的账户较好,在今后的管理中方便明了。我这里新建了一个“tongbu”的账户。 3.cwRsyncServer服务程序安装成功后,关闭窗口

cwRsync提示password file must be owned by root when running as root的解决方法

雨燕双飞 提交于 2019-12-09 18:56:29
cwRsync提示password file must be owned by root when running as root的解决方法 更新时间:2015年08月30日 23:05:52 投稿:mdxy-dxy 我要评论 今天在配置服务器的时候,用了rsync4.10版本,客户端是2003服务器端是2008 r2 同步的时候提示password file must be owned by root when running as root问题,以前用老版本的时候没见过,还好看了下面的文章解决了,特分享下 当在Windows下面安装好cwRsync之后,也设置好了同步密码文件,当执行同步的时候遇到这个标题描述的问题: “password file must be owned by root when running as root” 我的解决办法是查找服务端(如果您安装了是客户端服务端整合的4.05版,则直接进入到安装目录下的Bin目录下)寻找是否存在chomd.exe这个文件(比如E:\Program Files (x86)\ICW\Bin这样的路径),然后,在当前路径下开启CMD(可能需要提升权限)。 如果上面的程序下载不方便可以到脚本之家下载,下载地址 //www.jb51.net/softs/373702.html 。这里提供的是4.10的版本,理论上都可以用。

cwrsync in windows not being recognised

我们两清 提交于 2019-12-08 03:08:15
问题 I am trying to move from a mac environment to a windows one and require rsync. Found cwrsync @ http://www.rsync.net/resources/howto/windows_rsync.html I have installed the cwrsync program fine, I can call the rsync at cmd but on when in the directory which contains the sync.exe When in command prompt, if i call rsync when not in the relavent directory it moans and sayS: "rsync" is not recognised as an internal or external command, operable program or batch file. Is there a way to add the