当前第2页 返回上一页
下面是我rhel版
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | uid = root
gid = root
max connections = 4
read only = true
hosts allow = 192.168.145.128
hosts allow = *
transfer logging = true
log format = %h %o %f %l %b
log file = / var /log/rsyncd.log
slp refresh = 300
log file = / var /log/rsyncd.log
pid file = / var /run/rsyncd.pid
lock file = / var /run/rsyncd.lock
motd file = /etc/rsyncd.motd
[web]
path = /home/web/
list = true
read only = false
auth users = root
secrets file = /etc/rsyncd.secrets
[test]
path = /home/test/
list = true
read only = false
auth users = root
secrets file = /etc/rsyncd.secrets
[king]
path = /home/
list = true
read only = false
auth users = root
secrets file = /etc/rsyncd.secrets
|
以上就是配置安装rsync教程的详细内容,更多文章请关注木庄网络博客!
返回前面的内容
相关阅读 >>
在ubuntu 下用vim 搭建python 环境 配置
composer是怎么安装的?
堡垒机安装google-authenticator
win10如何安装linux子系统
ubuntu之vi 配置的详细介绍
如何安装linux系统
虚拟机安装linux操作系统
linux安装gcc命令
linux如何安装ssh服务
centos ios镜像文件的实例详解
更多相关阅读请进入《rsync》频道 >>
转载请注明出处:木庄网络博客 » 配置安装rsync教程