摘要:
rsyncd.conf配置文件常用参数说明: 特别说明: 1)模块中的参数项可以拿到全局配置中使用 2)以上配置文件中的参数,为生产中经常使用的参数,初学者掌握这些足够了。 3)以上配置文件中没有提到的参数请参考man rsyncd.conf查看 阅读全文
摘要:
#!/bin/bash #author:Mr.chen # chkconfig:35 13 91 # description:This is Rsync service management shell script # Source function library . /etc/rc.d/init.d/functions start(){ rsync --daemon if ... 阅读全文
摘要:
首先要看看有没有rsync,没有就按装一个rsync 1配置文件 2 创建共享目录及添加rsync程序用户 1 [root@chensiqi2 ~]# useradd -M -s /sbin/nologin rsync #创建rsync用户 2 [root@chensiqi2 ~]# cat /et 阅读全文