美文网首页
2020-04-02 rsync部署

2020-04-02 rsync部署

作者: 点亮生活501 | 来源:发表于2020-04-02 22:05 被阅读0次
image.png
uid = rsync             
gid = rsync             
port = 873               
#fake super = yes        
use chroot = no          
max connections = 200    
timeout = 300           
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 = 172.16.1.0/24   
hosts deny = 0.0.0.0/32      
auth users = rsync_backup    
secrets file = /etc/rsync.password  
[backup]        
comment = "backup dir by oldboy"   
path = /backup

相关文章

网友评论

      本文标题:2020-04-02 rsync部署

      本文链接:https://www.haomeiwen.com/subject/fxxqphtx.html