- 1
- 0
- 约2.48千字
- 约 4页
- 2019-12-06 发布于湖北
- 举报
rsync 服务器文件同步备份
一、安装rsync服务器
下载地址:.au/ftp/rsync/
?
服务器??? 1
wget .au/ftp/rsync/rsync-3.0.6.tar.gz
tar zxvf rsync-3.0.6.tar.gz
cd rsync-3.0.6
./configure --prefix=/usr/local/rsync
make make install
?
配置
vi /etc/rsyncd.conf
uid = nobody gid = nogroub use chroot = no max connections = 4??????????????? #最大连接pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock log file = /var/log/rsyncd.log???? #日志[web] path = /data/appweb/???????????? #要备份文件路径ignore errors? read only = true list = false hosts allow = 2? ?#充许的IP连接hosts deny = /32????? ?#拒绝的IPauth users = rsyncuser??????
您可能关注的文档
最近下载
- 《MCGS组态控制技术》课后习题.docx VIP
- 基于PLC控制的三台电动机的顺序启停.pdf VIP
- 2025年贵州省黔东南州中考理科综合(物理化学)试卷真题(含答案详解).docx VIP
- 《售后服务体系》PPT课件.ppt VIP
- 2026年黑龙江哈尔滨市松北区中考二模道德与法治试题(试卷+解析).pdf VIP
- 三台电动机顺序启停PLC控制编程.pdf VIP
- 广东开放大学经济法实务(专,22秋)_形成性考核.pdf VIP
- 中考物理填空题考点总结.pptx VIP
- 出纳笔试题库新版整理版.doc VIP
- DB4201∕T 663-2022 武汉市城市道路掘路修复技术规程(武汉市).docx
原创力文档

文档评论(0)