码迷,mamicode.com
首页 > 其他好文 > 详细

rsyncd.conf配置文件

时间:2014-09-07 21:00:55      阅读:238      评论:0      收藏:0      [点我收藏+]

标签:blog   os   io   ar   文件   art   div   cti   sp   

rsyncd.conf配置文件

 
 

#Rsync server
#created by oldboy 15:01 2009-6-5
##rsyncd.conf start##
uid = root
gid = root
use chroot = no
max connections = 2000
timeout = 600
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
log file = /var/log/rsyncd.log
ignore errors
read only = false
list = false
hosts allow = 10.0.0.0/24
hosts deny = 0.0.0.0/32
auth users = rsync_backup
secrets file = /etc/rsync.password
#####################################
[www]
comment = www by old0boy 14:18 2012-1-13
path = /data0/www/www/
#####################################
[bbs]
comment = bbs by old0boy 14:18 2012-1-13
path = /data0/www/bbs/
#####################################
[blog]
comment = blog by old0boy 14:18 2012-1-13
path = /data0/www/blog/

rsyncd.conf配置文件

标签:blog   os   io   ar   文件   art   div   cti   sp   

原文地址:http://www.cnblogs.com/L-H-R-X-hehe/p/3960758.html

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