配置文件信息不匹配

31行"/etc/rsyncd/rsyncd.conf"修改为"/etc/rsyncd.conf",和56行内容相匹配
This commit is contained in:
zhaohaibin
2013-07-16 07:16:19 +08:00
parent 9a35ff8069
commit 8977835b77

View File

@@ -28,7 +28,7 @@ rsync主要有以下三个配置文件rsyncd.conf(主配置文件)、rsyncd.secr
- 服务端开启:
#/usr/bin/rsync --daemon --config=/etc/rsyncd/rsyncd.conf
#/usr/bin/rsync --daemon --config=/etc/rsyncd.conf
--daemon参数方式是让rsync以服务器模式运行。把rsync加入开机启动