首页 > 其他 > 详细

rsync配置文件模板

时间:2020-01-19 10:13:23      阅读:70      评论:0      收藏:0      [点我收藏+]

/etc/rsyncd.conf

uid=rsync                              
gid=rsync                         
port=873                          
fake super=yes                    
use chroot=no                       
max connection=200                
timeout=600                       
ignore errors                     
read only=false                   
list = false                              
auth users=rsync_backup           
secrets file=/etc/rsync.passwd    
log file=/var/log/rsyncd.log
         
#!module         
[backup]                               
comment = commit      
path = /backup        

rsync配置文件模板

原文:https://www.cnblogs.com/xmtxh/p/12212397.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!