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

六月 13th, 2010 | 6 Comments | Posted in Rsync | 阅读次数: 218 次

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

Read more

Tags:

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

六月 13th, 2010 | 4 Comments | Posted in Rsync | 阅读次数: 361 次

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

Read more

Tags:

rsync的几种优化应用方案

二月 8th, 2010 | 2 Comments | Posted in Rsync | 阅读次数: 658 次

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

Read more

Tags:

rsync同步服务器安装配置

八月 27th, 2009 | No Comments | Posted in Rsync | 阅读次数: 584 次

制作:高进波
时间:2009-08-27
rsync同步服务器安装配置

环境:
centos5.3

一、服务器端配置

1、创建一个配置文件
vi  /etc/rsyncd.conf
uid=nobody
gid[......]

Read more