| 订阅 RSS

sersync2 完全安装配置说明(二) —-可选功能与xml高级配置

六月 13th, 2010 | 2 Comments | Posted in Rsync | 172次浏览

XML配置说明 sersync可选功能是通过xml配置文件来实现的,基本配置文件如下: —————————————————————————————————————————
<?xml version="1.[......]

继续阅读

Tags:

sersync2 完全安装配置说明(一) —-基本功能使用

六月 13th, 2010 | No Comments | Posted in Rsync | 216次浏览

sersync主要用于服务器同步,web镜像等功能。基于boost1.43.0,inotify api,rsync command.开发。
image
如图所示,需要在同步主服务器上配置sersync,在同步目标服务器配置rsync,并在目标服务器[......]

继续阅读

Tags:

rsync的几种优化应用方案

二月 8th, 2010 | No Comments | Posted in Rsync | 847次浏览

原文:http://sudone.com/linux/rsync_optimization.html
rsync是用来做文件同步的一个很好的工具,传统的rsync就是使两个目录的文件保持一致,但随着文件数量增多,rsync会造成同步缓慢,系[......]

继续阅读

Tags:

rsync同步服务器安装配置

八月 27th, 2009 | No Comments | Posted in Rsync | 1,122次浏览

制作:高进波
时间:2009-08-27
rsync同步服务器安装配置
环境:
centos5.3
一、服务器端配置
1、创建一个配置文件
vi  /etc/rsyncd.conf
uid=nobody
gid=nobody
max con[......]

继续阅读