cwRsync 4.0.5 文件同步配置步骤分享

时间:2016-09-25
测试成功,整理一份文档给你

同步工具:cwRsync

① 服务端:cwRsyncServer_4.0.5_Installer(安装过程会添加windows账户SvcCWRSYNC);客户端:cwRsync_4.0.5_Installer

② 服务端配置rsyncd.conf,web工程安全选项卡中为SvcCWRSYNC添加完全控制权限,例外端口:52326,创建密匙文件:server_key,最后启动服务

③ 客户端创建密匙文件:client_key,

④ 修改服务端和客户端密匙文件权限

"D:\Program Files\ICW\Bin\chmod.exe" -c 600 /cygdrive/d/"program files"/cwrsync/bin/client_key
"D:\Program Files\ICW\Bin\chown.exe" administrator /cygdrive/d/"program files"/cwrsync/bin/client_key

⑤ 本地同步服务器脚本
rsync -avz --progress --exclude='*.config' --delete /cygdrive/d/publish/chinahbnet/* rsync://xzl@192.168.1.9:52326/t_chinahbcom <D:\"Program Files"\cwRsync\bin\client_key
pause

需要注意的地方:

rsync://xzl@192.168.1.9:52326
而非
xzl@192.168.1.9:52326
如果没有rsync://则会提示ssh相关的错误
加密机制
上一条:Nginx HttpMemcModule和直接访问memcached效率对比测试 下一条:Rsync ERROR: auth failed on module解决方法

相关文章

最新文章