码迷,mamicode.com
首页 > 系统相关 > 详细

Linux中安装rsync

时间:2015-01-12 10:57:28      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:linux   rsync   

获取 rsync-3.1.0  我的网盘里放了一个 。地址:

http://pan.baidu.com/s/1dDs4lSt


安装

rsync-3.1.0.tar.gz 
#tar zxvf rsync-3.1.0.tar.gz
#cd rsync-3.1.0
#./configure --prefix=/home/work/rsync
#make 
#make install


配置文件 举例

<span style="font-size:18px;">use chroot = no
max connections=36000
log file=/home/work/rsync/log/rsyncd.log
pid file=/home/work/rsync/rsyncd.pid
lock file=/home/work/rsync/rsyncd.lock

[data]
path = /home/work/www/
comment = data
auth users = work
uid = work
gid = work
secrets file = /home/work/rsync/etc/rsyncd.pas
read only = false
write only = yes</span>


启动

rsync --daemon --port 3334 --config=/home/work/rsync/conf/rsyncd.conf




Linux中安装rsync

标签:linux   rsync   

原文地址:http://blog.csdn.net/u012063703/article/details/42639167

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!