rsync服务器文件同步备份资料.docVIP

  • 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????? ?#拒绝的IP auth users = rsyncuser??????

文档评论(0)

1亿VIP精品文档

相关文档