摘要:
实现从客户服务器去同步资源服务器1、解压 # tar -xzpvf rsync-2.5.6.tar.gz 编译安装 # cd rsync-2.5.6/ # ./configure --prefix=/usr/local/rsync # make # make install2、配置/etc/rsyncd.confuid = rootgid = rootuse chroot = nomax connections = 4strict modes =yesport = 873[backup]path = /etc/testcomment = This is a testread on... 阅读全文
posted @ 2013-07-31 18:33
道法自然smile
阅读(399)
评论(0)
推荐(0)
浙公网安备 33010602011771号